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

GET /metagenomics/api/v1/analyses/MGYA00566811/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/MGYA00566811/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566811/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR011701",
            "attributes": {
                "accession": "IPR011701",
                "count": 2,
                "description": "Major facilitator superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011701?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008979",
            "attributes": {
                "accession": "IPR008979",
                "count": 2,
                "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": "IPR006104",
            "attributes": {
                "accession": "IPR006104",
                "count": 2,
                "description": "Glycosyl hydrolases family 2, sugar binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006104?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR037294",
            "attributes": {
                "accession": "IPR037294",
                "count": 1,
                "description": "ABC transporter, BtuC-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR037294?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036691",
            "attributes": {
                "accession": "IPR036691",
                "count": 1,
                "description": "Endonuclease/exonuclease/phosphatase superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036691?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": "IPR013783",
            "attributes": {
                "accession": "IPR013783",
                "count": 1,
                "description": "Immunoglobulin-like fold"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013783?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005097",
            "attributes": {
                "accession": "IPR005097",
                "count": 1,
                "description": "Saccharopine dehydrogenase, NADP binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005097?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002044",
            "attributes": {
                "accession": "IPR002044",
                "count": 1,
                "description": "Carbohydrate binding module family 20"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002044?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000811",
            "attributes": {
                "accession": "IPR000811",
                "count": 1,
                "description": "Glycosyl transferase, family 35"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000811?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000522",
            "attributes": {
                "accession": "IPR000522",
                "count": 1,
                "description": "ABC transporter, FecCD-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000522?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 11
        }
    }
}