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

GET /metagenomics/api/v1/analyses/MGYA00700047/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/MGYA00700047/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00700047/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": "IPR038048",
            "attributes": {
                "accession": "IPR038048",
                "count": 1,
                "description": "Magnesium transporter MgtE, transmembrane domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR038048?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR035905",
            "attributes": {
                "accession": "IPR035905",
                "count": 1,
                "description": "Barstar-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR035905?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR019984",
            "attributes": {
                "accession": "IPR019984",
                "count": 1,
                "description": "30S ribosomal protein S17"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR019984?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR019979",
            "attributes": {
                "accession": "IPR019979",
                "count": 1,
                "description": "Ribosomal protein S17, conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR019979?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": "IPR018254",
            "attributes": {
                "accession": "IPR018254",
                "count": 1,
                "description": "Ribosomal protein L29, conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018254?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006667",
            "attributes": {
                "accession": "IPR006667",
                "count": 1,
                "description": "SLC41 divalent cation transporters, integral membrane domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006667?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001854",
            "attributes": {
                "accession": "IPR001854",
                "count": 1,
                "description": "Ribosomal protein L29/L36"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001854?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000644",
            "attributes": {
                "accession": "IPR000644",
                "count": 1,
                "description": "CBS domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000644?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000468",
            "attributes": {
                "accession": "IPR000468",
                "count": 1,
                "description": "Barstar (barnase inhibitor)"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000468?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000266",
            "attributes": {
                "accession": "IPR000266",
                "count": 1,
                "description": "Ribosomal protein S17/S11"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000266?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000026",
            "attributes": {
                "accession": "IPR000026",
                "count": 1,
                "description": "Guanine-specific ribonuclease N1/T1/U2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000026?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 13
        }
    }
}