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

GET /metagenomics/api/v1/analyses/MGYA00095773/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/MGYA00095773/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00095773/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR027417",
            "attributes": {
                "accession": "IPR027417",
                "count": 15120,
                "description": "P-loop containing nucleoside triphosphate hydrolase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR027417?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR030655",
            "attributes": {
                "accession": "IPR030655",
                "count": 13567,
                "description": "NifH/chlL conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR030655?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000392",
            "attributes": {
                "accession": "IPR000392",
                "count": 11423,
                "description": "NifH/frxC family"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000392?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000477",
            "attributes": {
                "accession": "IPR000477",
                "count": 1,
                "description": "Reverse transcriptase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000477?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013506",
            "attributes": {
                "accession": "IPR013506",
                "count": 1,
                "description": "DNA topoisomerase, type IIA, subunit B, domain 2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013506?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR014721",
            "attributes": {
                "accession": "IPR014721",
                "count": 1,
                "description": "Ribosomal protein S5 domain 2-type fold, subgroup"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014721?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 6
        }
    }
}