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

GET /metagenomics/api/v1/analyses/MGYA00566886/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/MGYA00566886/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566886/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR014867",
            "attributes": {
                "accession": "IPR014867",
                "count": 5,
                "description": "Spore coat protein CotH"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014867?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036388",
            "attributes": {
                "accession": "IPR036388",
                "count": 1,
                "description": "Winged helix-like DNA-binding domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036388?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR020046",
            "attributes": {
                "accession": "IPR020046",
                "count": 1,
                "description": "5'-3' exonuclease, alpha-helical arch, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020046?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": "IPR012878",
            "attributes": {
                "accession": "IPR012878",
                "count": 1,
                "description": "Beta-L-arabinofuranosidase, GH127"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012878?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR010718",
            "attributes": {
                "accession": "IPR010718",
                "count": 1,
                "description": "Protein of unknown function DUF1294"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR010718?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR010656",
            "attributes": {
                "accession": "IPR010656",
                "count": 1,
                "description": "TRAP C4-dicarboxylate transport system permease DctM subunit"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR010656?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006680",
            "attributes": {
                "accession": "IPR006680",
                "count": 1,
                "description": "Amidohydrolase-related"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006680?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006047",
            "attributes": {
                "accession": "IPR006047",
                "count": 1,
                "description": "Glycosyl hydrolase, family 13, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006047?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005720",
            "attributes": {
                "accession": "IPR005720",
                "count": 1,
                "description": "Dihydroorotate dehydrogenase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005720?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000524",
            "attributes": {
                "accession": "IPR000524",
                "count": 1,
                "description": "Transcription regulator HTH, GntR"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000524?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 11
        }
    }
}