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

GET /metagenomics/api/v1/analyses/MGYA00697930/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/MGYA00697930/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697930/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036397",
            "attributes": {
                "accession": "IPR036397",
                "count": 3,
                "description": "Ribonuclease H superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036397?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002559",
            "attributes": {
                "accession": "IPR002559",
                "count": 3,
                "description": "Transposase, IS4-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002559?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001584",
            "attributes": {
                "accession": "IPR001584",
                "count": 3,
                "description": "Integrase, catalytic core"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001584?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011990",
            "attributes": {
                "accession": "IPR011990",
                "count": 2,
                "description": "Tetratricopeptide-like helical domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011990?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR038717",
            "attributes": {
                "accession": "IPR038717",
                "count": 1,
                "description": "Tc1-like transposase, DDE domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR038717?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR025161",
            "attributes": {
                "accession": "IPR025161",
                "count": 1,
                "description": "Putative transposase IS4/IS5 family"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR025161?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR019734",
            "attributes": {
                "accession": "IPR019734",
                "count": 1,
                "description": "Tetratricopeptide repeat"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR019734?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008490",
            "attributes": {
                "accession": "IPR008490",
                "count": 1,
                "description": "Transposase InsH, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008490?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR007476",
            "attributes": {
                "accession": "IPR007476",
                "count": 1,
                "description": "Putative exonuclease, RdgC"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007476?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001440",
            "attributes": {
                "accession": "IPR001440",
                "count": 1,
                "description": "Tetratricopeptide repeat 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001440?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}