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

GET /metagenomics/api/v1/analyses/MGYA00566797/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/MGYA00566797/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566797/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036397",
            "attributes": {
                "accession": "IPR036397",
                "count": 1,
                "description": "Ribonuclease H superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036397?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036394",
            "attributes": {
                "accession": "IPR036394",
                "count": 1,
                "description": "Ribosomal protein L22/L17 superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036394?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR014777",
            "attributes": {
                "accession": "IPR014777",
                "count": 1,
                "description": "Tetrapyrrole methylase, subdomain 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014777?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013520",
            "attributes": {
                "accession": "IPR013520",
                "count": 1,
                "description": "Exonuclease, RNase T/DNA polymerase III"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013520?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005727",
            "attributes": {
                "accession": "IPR005727",
                "count": 1,
                "description": "Ribosomal protein L22, bacterial/chloroplast-type"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005727?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005479",
            "attributes": {
                "accession": "IPR005479",
                "count": 1,
                "description": "Carbamoyl-phosphate synthetase large subunit-like, ATP-binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005479?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004646",
            "attributes": {
                "accession": "IPR004646",
                "count": 1,
                "description": "Fe-S hydro-lyase, tartrate dehydratase alpha-type, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004646?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001063",
            "attributes": {
                "accession": "IPR001063",
                "count": 1,
                "description": "Ribosomal protein L22/L17"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001063?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 8
        }
    }
}