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

GET /metagenomics/api/v1/analyses/MGYA00698027/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/MGYA00698027/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00698027/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": "IPR036393",
            "attributes": {
                "accession": "IPR036393",
                "count": 1,
                "description": "Acetylglutamate kinase-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036393?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": "IPR010204",
            "attributes": {
                "accession": "IPR010204",
                "count": 1,
                "description": "Na(+)-translocating NADH-quinone reductase subunit C"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR010204?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": "IPR007329",
            "attributes": {
                "accession": "IPR007329",
                "count": 1,
                "description": "FMN-binding"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007329?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003667",
            "attributes": {
                "accession": "IPR003667",
                "count": 1,
                "description": "Rnf-Nqr subunit, membrane protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003667?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001048",
            "attributes": {
                "accession": "IPR001048",
                "count": 1,
                "description": "Aspartate/glutamate/uridylate kinase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001048?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000175",
            "attributes": {
                "accession": "IPR000175",
                "count": 1,
                "description": "Sodium:neurotransmitter symporter"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000175?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 9
        }
    }
}