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

GET /metagenomics/api/v1/analyses/MGYA00566808/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/MGYA00566808/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566808/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR042229",
            "attributes": {
                "accession": "IPR042229",
                "count": 1,
                "description": "Listeria-Bacteroides repeat domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR042229?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR040442",
            "attributes": {
                "accession": "IPR040442",
                "count": 1,
                "description": "Pyruvate kinase-like domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR040442?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR032837",
            "attributes": {
                "accession": "IPR032837",
                "count": 1,
                "description": "Glycerol-1-phosphate dehydrogenase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR032837?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023485",
            "attributes": {
                "accession": "IPR023485",
                "count": 1,
                "description": "Phosphotyrosine protein phosphatase I superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023485?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018484",
            "attributes": {
                "accession": "IPR018484",
                "count": 1,
                "description": "Carbohydrate kinase, FGGY, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018484?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013378",
            "attributes": {
                "accession": "IPR013378",
                "count": 1,
                "description": "Listeria/Bacterioides repeat"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013378?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003495",
            "attributes": {
                "accession": "IPR003495",
                "count": 1,
                "description": "CobW/HypB/UreG, nucleotide-binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003495?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000121",
            "attributes": {
                "accession": "IPR000121",
                "count": 1,
                "description": "PEP-utilising enzyme, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000121?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 8
        }
    }
}