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

GET /metagenomics/api/v1/analyses/MGYA00174945/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/MGYA00174945/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00174945/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR003008",
            "attributes": {
                "accession": "IPR003008",
                "count": 20400,
                "description": "Tubulin/FtsZ, GTPase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003008?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR017975",
            "attributes": {
                "accession": "IPR017975",
                "count": 15011,
                "description": "Tubulin, conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR017975?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000217",
            "attributes": {
                "accession": "IPR000217",
                "count": 9901,
                "description": "Tubulin"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000217?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003514",
            "attributes": {
                "accession": "IPR003514",
                "count": 5,
                "description": "Microviridae F protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003514?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004196",
            "attributes": {
                "accession": "IPR004196",
                "count": 3,
                "description": "Scaffold protein D"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004196?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006777",
            "attributes": {
                "accession": "IPR006777",
                "count": 2,
                "description": "Minor spike protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006777?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR016407",
            "attributes": {
                "accession": "IPR016407",
                "count": 2,
                "description": "C-protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR016407?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003515",
            "attributes": {
                "accession": "IPR003515",
                "count": 1,
                "description": "Major spike protein G"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003515?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003513",
            "attributes": {
                "accession": "IPR003513",
                "count": 1,
                "description": "Scaffold protein B"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003513?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 9
        }
    }
}