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

GET /metagenomics/api/v1/analyses/MGYA00566802/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/MGYA00566802/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566802/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036366",
            "attributes": {
                "accession": "IPR036366",
                "count": 1,
                "description": "PGBD superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036366?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023296",
            "attributes": {
                "accession": "IPR023296",
                "count": 1,
                "description": "Glycosyl hydrolase, five-bladed beta-propellor domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023296?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR015422",
            "attributes": {
                "accession": "IPR015422",
                "count": 1,
                "description": "Pyridoxal phosphate-dependent transferase, subdomain 2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015422?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR007368",
            "attributes": {
                "accession": "IPR007368",
                "count": 1,
                "description": "Protein of unknown function DUF434"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007368?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006710",
            "attributes": {
                "accession": "IPR006710",
                "count": 1,
                "description": "Glycoside hydrolase, family 43"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006710?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002477",
            "attributes": {
                "accession": "IPR002477",
                "count": 1,
                "description": "Peptidoglycan binding-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002477?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001597",
            "attributes": {
                "accession": "IPR001597",
                "count": 1,
                "description": "Aromatic amino acid beta-eliminating lyase/threonine aldolase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001597?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 7
        }
    }
}