Retrieves InterPro identifiers for the given accession
Example:
---
`/analyses/MGYA00102827/interpro-identifiers`

GET /metagenomics/api/v1/analyses/MGYA00697816/interpro-identifiers?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697816/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697816/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR011990",
            "attributes": {
                "accession": "IPR011990",
                "count": 2,
                "description": "Tetratricopeptide-like helical domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011990?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002559",
            "attributes": {
                "accession": "IPR002559",
                "count": 2,
                "description": "Transposase, IS4-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002559?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR038717",
            "attributes": {
                "accession": "IPR038717",
                "count": 1,
                "description": "Tc1-like transposase, DDE domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR038717?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013785",
            "attributes": {
                "accession": "IPR013785",
                "count": 1,
                "description": "Aldolase-type TIM barrel"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013785?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013544",
            "attributes": {
                "accession": "IPR013544",
                "count": 1,
                "description": "Domain of unknown function DUF1725"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013544?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011049",
            "attributes": {
                "accession": "IPR011049",
                "count": 1,
                "description": "Serralysin-like metalloprotease, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011049?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008635",
            "attributes": {
                "accession": "IPR008635",
                "count": 1,
                "description": "Coiled stalk of trimeric autotransporter adhesin"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008635?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008490",
            "attributes": {
                "accession": "IPR008490",
                "count": 1,
                "description": "Transposase InsH, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008490?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006219",
            "attributes": {
                "accession": "IPR006219",
                "count": 1,
                "description": "DHAP synthase, class 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006219?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006218",
            "attributes": {
                "accession": "IPR006218",
                "count": 1,
                "description": "DAHP synthetase I/KDSA"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006218?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001356",
            "attributes": {
                "accession": "IPR001356",
                "count": 1,
                "description": "Homeobox domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001356?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000047",
            "attributes": {
                "accession": "IPR000047",
                "count": 1,
                "description": "Helix-turn-helix motif"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000047?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 12
        }
    }
}