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

GET /metagenomics/api/v1/analyses/MGYA00566793/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/MGYA00566793/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566793/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR001790",
            "attributes": {
                "accession": "IPR001790",
                "count": 3,
                "description": "Ribosomal protein L10P"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001790?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013826",
            "attributes": {
                "accession": "IPR013826",
                "count": 2,
                "description": "DNA topoisomerase, type IA, central region, subdomain 3"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013826?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013497",
            "attributes": {
                "accession": "IPR013497",
                "count": 2,
                "description": "DNA topoisomerase, type IA, central"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013497?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036770",
            "attributes": {
                "accession": "IPR036770",
                "count": 1,
                "description": "Ankyrin repeat-containing domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036770?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR020683",
            "attributes": {
                "accession": "IPR020683",
                "count": 1,
                "description": "Ankyrin repeat-containing domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020683?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR009164",
            "attributes": {
                "accession": "IPR009164",
                "count": 1,
                "description": "Fructose-1,6-bisphosphatase class 3"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR009164?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002939",
            "attributes": {
                "accession": "IPR002939",
                "count": 1,
                "description": "Chaperone DnaJ, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002939?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 7
        }
    }
}