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

GET /metagenomics/api/v1/analyses/MGYA00566823/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/MGYA00566823/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566823/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR024451",
            "attributes": {
                "accession": "IPR024451",
                "count": 3,
                "description": "Domain of unknown function DUF3875"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024451?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR024370",
            "attributes": {
                "accession": "IPR024370",
                "count": 1,
                "description": "PBP domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024370?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023296",
            "attributes": {
                "accession": "IPR023296",
                "count": 1,
                "description": "Glycosyl hydrolase, five-bladed beta-propellor domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023296?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR015421",
            "attributes": {
                "accession": "IPR015421",
                "count": 1,
                "description": "Pyridoxal phosphate-dependent transferase, major region, subdomain 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015421?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011766",
            "attributes": {
                "accession": "IPR011766",
                "count": 1,
                "description": "Thiamine pyrophosphate enzyme, C-terminal TPP-binding"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011766?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006710",
            "attributes": {
                "accession": "IPR006710",
                "count": 1,
                "description": "Glycoside hydrolase, family 43"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006710?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004839",
            "attributes": {
                "accession": "IPR004839",
                "count": 1,
                "description": "Aminotransferase, class I/classII"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004839?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004364",
            "attributes": {
                "accession": "IPR004364",
                "count": 1,
                "description": "Aminoacyl-tRNA synthetase, class II (D/K/N)"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004364?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001851",
            "attributes": {
                "accession": "IPR001851",
                "count": 1,
                "description": "ABC transporter, permease"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001851?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001539",
            "attributes": {
                "accession": "IPR001539",
                "count": 1,
                "description": "Peptidase U32"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001539?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}