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

GET /metagenomics/api/v1/analyses/MGYA00697725/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/MGYA00697725/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697725/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "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": "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": "IPR020046",
            "attributes": {
                "accession": "IPR020046",
                "count": 1,
                "description": "5'-3' exonuclease, alpha-helical arch, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020046?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": "IPR018357",
            "attributes": {
                "accession": "IPR018357",
                "count": 1,
                "description": "Hexapeptide transferase, conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018357?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018260",
            "attributes": {
                "accession": "IPR018260",
                "count": 1,
                "description": "Ribosomal protein L22/L17, conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018260?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR015946",
            "attributes": {
                "accession": "IPR015946",
                "count": 1,
                "description": "K homology domain-like, alpha/beta"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015946?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005704",
            "attributes": {
                "accession": "IPR005704",
                "count": 1,
                "description": "Ribosomal protein S3, bacterial"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005704?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004044",
            "attributes": {
                "accession": "IPR004044",
                "count": 1,
                "description": "K Homology domain, type 2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004044?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001584",
            "attributes": {
                "accession": "IPR001584",
                "count": 1,
                "description": "Integrase, catalytic core"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001584?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001451",
            "attributes": {
                "accession": "IPR001451",
                "count": 1,
                "description": "Hexapeptide repeat"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001451?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": 13
        }
    }
}