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

GET /metagenomics/api/v1/analyses/MGYA00566882/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/MGYA00566882/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566882/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR023296",
            "attributes": {
                "accession": "IPR023296",
                "count": 3,
                "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": "IPR006710",
            "attributes": {
                "accession": "IPR006710",
                "count": 3,
                "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": "IPR005543",
            "attributes": {
                "accession": "IPR005543",
                "count": 2,
                "description": "PASTA domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005543?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036646",
            "attributes": {
                "accession": "IPR036646",
                "count": 1,
                "description": "BPG-independent phosphoglycerate mutase, domain B superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036646?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR035901",
            "attributes": {
                "accession": "IPR035901",
                "count": 1,
                "description": "GIY-YIG endonuclease superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR035901?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023299",
            "attributes": {
                "accession": "IPR023299",
                "count": 1,
                "description": "P-type ATPase, cytoplasmic domain N"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023299?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011708",
            "attributes": {
                "accession": "IPR011708",
                "count": 1,
                "description": "Bacterial DNA polymerase III, alpha subunit"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011708?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011258",
            "attributes": {
                "accession": "IPR011258",
                "count": 1,
                "description": "BPG-independent PGAM, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011258?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008979",
            "attributes": {
                "accession": "IPR008979",
                "count": 1,
                "description": "Galactose-binding domain-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008979?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006472",
            "attributes": {
                "accession": "IPR006472",
                "count": 1,
                "description": "Citrate lyase, alpha subunit"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006472?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000305",
            "attributes": {
                "accession": "IPR000305",
                "count": 1,
                "description": "GIY-YIG nuclease superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000305?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000160",
            "attributes": {
                "accession": "IPR000160",
                "count": 1,
                "description": "GGDEF domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000160?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 12
        }
    }
}