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

GET /metagenomics/api/v1/analyses/MGYA00585477/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/MGYA00585477/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00585477/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR041577",
            "attributes": {
                "accession": "IPR041577",
                "count": 1,
                "description": "Reverse transcriptase/retrotransposon-derived protein, RNase H-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR041577?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR041373",
            "attributes": {
                "accession": "IPR041373",
                "count": 1,
                "description": "Reverse transcriptase, RNase H-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR041373?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR025724",
            "attributes": {
                "accession": "IPR025724",
                "count": 1,
                "description": "GAG-pre-integrase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR025724?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR021109",
            "attributes": {
                "accession": "IPR021109",
                "count": 1,
                "description": "Aspartic peptidase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR021109?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013103",
            "attributes": {
                "accession": "IPR013103",
                "count": 1,
                "description": "Reverse transcriptase, RNA-dependent DNA polymerase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013103?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001878",
            "attributes": {
                "accession": "IPR001878",
                "count": 1,
                "description": "Zinc finger, CCHC-type"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001878?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 6
        }
    }
}