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

GET /metagenomics/api/v1/analyses/MGYA00011866/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/MGYA00011866/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00011866/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR000305",
            "attributes": {
                "accession": "IPR000305",
                "count": 4,
                "description": "GIY-YIG nuclease superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000305?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR027299",
            "attributes": {
                "accession": "IPR027299",
                "count": 3,
                "description": "GIY-YIG domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR027299?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012337",
            "attributes": {
                "accession": "IPR012337",
                "count": 2,
                "description": "Ribonuclease H-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012337?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013520",
            "attributes": {
                "accession": "IPR013520",
                "count": 2,
                "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": "IPR006054",
            "attributes": {
                "accession": "IPR006054",
                "count": 2,
                "description": "DNA polymerase III epsilon subunit, exonuclease domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006054?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003697",
            "attributes": {
                "accession": "IPR003697",
                "count": 1,
                "description": "Maf-like protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003697?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR020016",
            "attributes": {
                "accession": "IPR020016",
                "count": 1,
                "description": "Decahaem-associated outer membrane protein, MtrB/PioB"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020016?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001789",
            "attributes": {
                "accession": "IPR001789",
                "count": 1,
                "description": "Signal transduction response regulator, receiver domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001789?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR007686",
            "attributes": {
                "accession": "IPR007686",
                "count": 1,
                "description": "YutG/PgpA domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007686?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029001",
            "attributes": {
                "accession": "IPR029001",
                "count": 1,
                "description": "Inosine triphosphate pyrophosphatase-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029001?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003594",
            "attributes": {
                "accession": "IPR003594",
                "count": 1,
                "description": "Histidine kinase-like ATPase, C-terminal domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003594?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004358",
            "attributes": {
                "accession": "IPR004358",
                "count": 1,
                "description": "Signal transduction histidine kinase-related protein, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004358?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001478",
            "attributes": {
                "accession": "IPR001478",
                "count": 1,
                "description": "PDZ domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001478?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 13
        }
    }
}