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

GET /metagenomics/api/v1/analyses/MGYA00725307/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/MGYA00725307/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00725307/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036866",
            "attributes": {
                "accession": "IPR036866",
                "count": 1,
                "description": "Ribonuclease Z/Hydroxyacylglutathione hydrolase-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036866?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR032106",
            "attributes": {
                "accession": "IPR032106",
                "count": 1,
                "description": "2-oxoglutarate dehydrogenase E1 component, N-terminal domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR032106?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018774",
            "attributes": {
                "accession": "IPR018774",
                "count": 1,
                "description": "Bacteriophage Mu, GpT"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018774?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012336",
            "attributes": {
                "accession": "IPR012336",
                "count": 1,
                "description": "Thioredoxin-like fold"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012336?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005565",
            "attributes": {
                "accession": "IPR005565",
                "count": 1,
                "description": "Haemolysin activator HlyB, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005565?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003838",
            "attributes": {
                "accession": "IPR003838",
                "count": 1,
                "description": "ABC transporter permease protein domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003838?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003790",
            "attributes": {
                "accession": "IPR003790",
                "count": 1,
                "description": "Glycosyl hydrolase-like 10"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003790?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001279",
            "attributes": {
                "accession": "IPR001279",
                "count": 1,
                "description": "Metallo-beta-lactamase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001279?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001236",
            "attributes": {
                "accession": "IPR001236",
                "count": 1,
                "description": "Lactate/malate dehydrogenase, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001236?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 9
        }
    }
}