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

GET /metagenomics/api/v1/analyses/MGYA00566815/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/MGYA00566815/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566815/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036366",
            "attributes": {
                "accession": "IPR036366",
                "count": 2,
                "description": "PGBD superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036366?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002477",
            "attributes": {
                "accession": "IPR002477",
                "count": 2,
                "description": "Peptidoglycan binding-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002477?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR041183",
            "attributes": {
                "accession": "IPR041183",
                "count": 1,
                "description": "Cyclophilin-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR041183?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR038666",
            "attributes": {
                "accession": "IPR038666",
                "count": 1,
                "description": "Bacteriophage SPP1, head-tail adaptor superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR038666?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011990",
            "attributes": {
                "accession": "IPR011990",
                "count": 1,
                "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": "IPR008767",
            "attributes": {
                "accession": "IPR008767",
                "count": 1,
                "description": "Bacteriophage SPP1, head-tail adaptor"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008767?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005119",
            "attributes": {
                "accession": "IPR005119",
                "count": 1,
                "description": "LysR, substrate-binding"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005119?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002843",
            "attributes": {
                "accession": "IPR002843",
                "count": 1,
                "description": "ATPase, V0 complex,  c/d subunit"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002843?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 8
        }
    }
}