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

GET /metagenomics/api/v1/analyses/MGYA00721272/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/MGYA00721272/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00721272/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR038377",
            "attributes": {
                "accession": "IPR038377",
                "count": 1,
                "description": "Sodium/glucose symporter superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR038377?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036457",
            "attributes": {
                "accession": "IPR036457",
                "count": 1,
                "description": "PPM-type phosphatase domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036457?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003439",
            "attributes": {
                "accession": "IPR003439",
                "count": 1,
                "description": "ABC transporter-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003439?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001734",
            "attributes": {
                "accession": "IPR001734",
                "count": 1,
                "description": "Sodium/solute symporter"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001734?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001207",
            "attributes": {
                "accession": "IPR001207",
                "count": 1,
                "description": "Transposase, mutator type"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001207?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 5
        }
    }
}