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

GET /metagenomics/api/v1/analyses/MGYA00566879/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/MGYA00566879/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566879/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR011518",
            "attributes": {
                "accession": "IPR011518",
                "count": 2,
                "description": "Transposase, Rhodopirellula-type"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011518?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002315",
            "attributes": {
                "accession": "IPR002315",
                "count": 2,
                "description": "Glycyl-tRNA synthetase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002315?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR042099",
            "attributes": {
                "accession": "IPR042099",
                "count": 1,
                "description": "AMP-dependent synthetase-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR042099?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029058",
            "attributes": {
                "accession": "IPR029058",
                "count": 1,
                "description": "Alpha/Beta hydrolase fold"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029058?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR025921",
            "attributes": {
                "accession": "IPR025921",
                "count": 1,
                "description": "HmuY protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR025921?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR022637",
            "attributes": {
                "accession": "IPR022637",
                "count": 1,
                "description": "DNA polymerase III, beta chain, central"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR022637?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": "IPR008391",
            "attributes": {
                "accession": "IPR008391",
                "count": 1,
                "description": "Acetyl xylan esterase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008391?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001375",
            "attributes": {
                "accession": "IPR001375",
                "count": 1,
                "description": "Peptidase S9, prolyl oligopeptidase, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001375?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000914",
            "attributes": {
                "accession": "IPR000914",
                "count": 1,
                "description": "Solute-binding protein family 5 domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000914?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000873",
            "attributes": {
                "accession": "IPR000873",
                "count": 1,
                "description": "AMP-dependent synthetase/ligase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000873?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 11
        }
    }
}