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

GET /metagenomics/api/v1/analyses/MGYA00566891/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/MGYA00566891/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566891/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR035904",
            "attributes": {
                "accession": "IPR035904",
                "count": 2,
                "description": "Chorismate synthase AroC superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR035904?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003695",
            "attributes": {
                "accession": "IPR003695",
                "count": 2,
                "description": "Ppx/GppA phosphatase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003695?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000453",
            "attributes": {
                "accession": "IPR000453",
                "count": 2,
                "description": "Chorismate synthase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000453?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR026898",
            "attributes": {
                "accession": "IPR026898",
                "count": 1,
                "description": "Protease PrsW"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR026898?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR025266",
            "attributes": {
                "accession": "IPR025266",
                "count": 1,
                "description": "TerB, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR025266?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR017850",
            "attributes": {
                "accession": "IPR017850",
                "count": 1,
                "description": "Alkaline-phosphatase-like, core domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR017850?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012347",
            "attributes": {
                "accession": "IPR012347",
                "count": 1,
                "description": "Ferritin-related"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012347?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011435",
            "attributes": {
                "accession": "IPR011435",
                "count": 1,
                "description": "Protein of unknown function DUF1538"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011435?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006124",
            "attributes": {
                "accession": "IPR006124",
                "count": 1,
                "description": "Metalloenzyme"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006124?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004995",
            "attributes": {
                "accession": "IPR004995",
                "count": 1,
                "description": "Bacillus/Clostridium Ger spore germination protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004995?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003251",
            "attributes": {
                "accession": "IPR003251",
                "count": 1,
                "description": "Rubrerythrin"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003251?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001761",
            "attributes": {
                "accession": "IPR001761",
                "count": 1,
                "description": "Periplasmic binding protein/LacI sugar binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001761?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001547",
            "attributes": {
                "accession": "IPR001547",
                "count": 1,
                "description": "Glycoside hydrolase, family 5"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001547?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 13
        }
    }
}