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

GET /metagenomics/api/v1/analyses/MGYA00101072/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/MGYA00101072/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00101072/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR007438",
            "attributes": {
                "accession": "IPR007438",
                "count": 7,
                "description": "Protein of unknown function DUF488"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007438?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012553",
            "attributes": {
                "accession": "IPR012553",
                "count": 3,
                "description": "Defensin-like peptide"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012553?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000980",
            "attributes": {
                "accession": "IPR000980",
                "count": 2,
                "description": "SH2 domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000980?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000209",
            "attributes": {
                "accession": "IPR000209",
                "count": 2,
                "description": "Peptidase S8/S53 domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000209?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR020003",
            "attributes": {
                "accession": "IPR020003",
                "count": 1,
                "description": "ATPase, alpha/beta subunit, nucleotide-binding domain, active site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020003?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR022398",
            "attributes": {
                "accession": "IPR022398",
                "count": 1,
                "description": "Peptidase S8, subtilisin, His-active site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR022398?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 6
        }
    }
}