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

GET /metagenomics/api/v1/analyses/MGYA00062376/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/MGYA00062376/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00062376/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR016038",
            "attributes": {
                "accession": "IPR016038",
                "count": 7478,
                "description": "Thiolase-like, subgroup"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR016038?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR014030",
            "attributes": {
                "accession": "IPR014030",
                "count": 7440,
                "description": "Beta-ketoacyl synthase, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014030?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018201",
            "attributes": {
                "accession": "IPR018201",
                "count": 5768,
                "description": "Beta-ketoacyl synthase, active site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018201?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011237",
            "attributes": {
                "accession": "IPR011237",
                "count": 3,
                "description": "Peptidase M16 domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011237?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR016040",
            "attributes": {
                "accession": "IPR016040",
                "count": 1,
                "description": "NAD(P)-binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR016040?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR007863",
            "attributes": {
                "accession": "IPR007863",
                "count": 1,
                "description": "Peptidase M16, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007863?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR022674",
            "attributes": {
                "accession": "IPR022674",
                "count": 1,
                "description": "Glucose-6-phosphate dehydrogenase, NAD-binding"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR022674?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR022675",
            "attributes": {
                "accession": "IPR022675",
                "count": 1,
                "description": "Glucose-6-phosphate dehydrogenase, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR022675?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002686",
            "attributes": {
                "accession": "IPR002686",
                "count": 1,
                "description": "Transposase IS200-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002686?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR019796",
            "attributes": {
                "accession": "IPR019796",
                "count": 1,
                "description": "Glucose-6-phosphate dehydrogenase, active site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR019796?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001282",
            "attributes": {
                "accession": "IPR001282",
                "count": 1,
                "description": "Glucose-6-phosphate dehydrogenase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001282?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR020615",
            "attributes": {
                "accession": "IPR020615",
                "count": 1,
                "description": "Thiolase, acyl-enzyme intermediate active site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020615?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 12
        }
    }
}