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

GET /metagenomics/api/v1/analyses/MGYA00062313/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/MGYA00062313/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00062313/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR016038",
            "attributes": {
                "accession": "IPR016038",
                "count": 9284,
                "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": 9274,
                "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": 8257,
                "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": "IPR020615",
            "attributes": {
                "accession": "IPR020615",
                "count": 9,
                "description": "Thiolase, acyl-enzyme intermediate active site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020615?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR014776",
            "attributes": {
                "accession": "IPR014776",
                "count": 1,
                "description": "Tetrapyrrole methylase, subdomain 2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014776?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR014031",
            "attributes": {
                "accession": "IPR014031",
                "count": 1,
                "description": "Beta-ketoacyl synthase, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014031?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001926",
            "attributes": {
                "accession": "IPR001926",
                "count": 1,
                "description": "Tryptophan synthase beta subunit-like PLP-dependent enzyme"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001926?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": 8
        }
    }
}