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

GET /metagenomics/api/v1/analyses/MGYA00042344/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/MGYA00042344/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00042344/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR001851",
            "attributes": {
                "accession": "IPR001851",
                "count": 1,
                "description": "ABC transporter, permease"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001851?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013108",
            "attributes": {
                "accession": "IPR013108",
                "count": 1,
                "description": "Amidohydrolase 3"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013108?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011059",
            "attributes": {
                "accession": "IPR011059",
                "count": 1,
                "description": "Metal-dependent hydrolase, composite domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011059?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000917",
            "attributes": {
                "accession": "IPR000917",
                "count": 1,
                "description": "Sulfatase, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000917?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR025570",
            "attributes": {
                "accession": "IPR025570",
                "count": 1,
                "description": "Protein of unknown function DUF4337"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR025570?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR017849",
            "attributes": {
                "accession": "IPR017849",
                "count": 1,
                "description": "Alkaline phosphatase-like, alpha/beta/alpha"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR017849?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013786",
            "attributes": {
                "accession": "IPR013786",
                "count": 1,
                "description": "Acyl-CoA dehydrogenase/oxidase, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013786?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 7
        }
    }
}