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

GET /metagenomics/api/v1/analyses/MGYA00566790/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/MGYA00566790/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566790/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR008979",
            "attributes": {
                "accession": "IPR008979",
                "count": 14,
                "description": "Galactose-binding domain-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008979?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000023",
            "attributes": {
                "accession": "IPR000023",
                "count": 2,
                "description": "Phosphofructokinase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000023?format=api"
            }
        },
        {
            "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": "IPR023366",
            "attributes": {
                "accession": "IPR023366",
                "count": 1,
                "description": "ATP synthase subunit alpha-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023366?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013785",
            "attributes": {
                "accession": "IPR013785",
                "count": 1,
                "description": "Aldolase-type TIM barrel"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013785?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR007197",
            "attributes": {
                "accession": "IPR007197",
                "count": 1,
                "description": "Radical SAM"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007197?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006047",
            "attributes": {
                "accession": "IPR006047",
                "count": 1,
                "description": "Glycosyl hydrolase, family 13, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006047?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005543",
            "attributes": {
                "accession": "IPR005543",
                "count": 1,
                "description": "PASTA domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005543?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004100",
            "attributes": {
                "accession": "IPR004100",
                "count": 1,
                "description": "ATPase, F1/V1/A1 complex, alpha/beta subunit, N-terminal domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004100?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"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}