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

GET /metagenomics/api/v1/analyses/MGYA00566783/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/MGYA00566783/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566783/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR008979",
            "attributes": {
                "accession": "IPR008979",
                "count": 5,
                "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": "IPR035906",
            "attributes": {
                "accession": "IPR035906",
                "count": 2,
                "description": "MetI-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR035906?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000515",
            "attributes": {
                "accession": "IPR000515",
                "count": 2,
                "description": "ABC transporter type 1, transmembrane domain MetI-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000515?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036162",
            "attributes": {
                "accession": "IPR036162",
                "count": 1,
                "description": "Resolvase-like, N-terminal catalytic domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036162?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR032423",
            "attributes": {
                "accession": "IPR032423",
                "count": 1,
                "description": "AAA C-terminal domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR032423?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR021886",
            "attributes": {
                "accession": "IPR021886",
                "count": 1,
                "description": "MgsA AAA+ ATPase C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR021886?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006119",
            "attributes": {
                "accession": "IPR006119",
                "count": 1,
                "description": "Resolvase, N-terminal catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006119?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003841",
            "attributes": {
                "accession": "IPR003841",
                "count": 1,
                "description": "Sodium-dependent phosphate transport protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003841?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002888",
            "attributes": {
                "accession": "IPR002888",
                "count": 1,
                "description": "[2Fe-2S]-binding"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002888?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 9
        }
    }
}