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

GET /metagenomics/api/v1/analyses/MGYA00050330/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/MGYA00050330/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00050330/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR006652",
            "attributes": {
                "accession": "IPR006652",
                "count": 2,
                "description": "Kelch repeat type 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006652?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011049",
            "attributes": {
                "accession": "IPR011049",
                "count": 2,
                "description": "Serralysin-like metalloprotease, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011049?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR015915",
            "attributes": {
                "accession": "IPR015915",
                "count": 2,
                "description": "Kelch-type beta propeller"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015915?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018511",
            "attributes": {
                "accession": "IPR018511",
                "count": 2,
                "description": "Hemolysin-type calcium-binding conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018511?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR007081",
            "attributes": {
                "accession": "IPR007081",
                "count": 2,
                "description": "RNA polymerase Rpb1, domain 5"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007081?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001093",
            "attributes": {
                "accession": "IPR001093",
                "count": 2,
                "description": "IMP dehydrogenase/GMP reductase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001093?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013762",
            "attributes": {
                "accession": "IPR013762",
                "count": 2,
                "description": "Integrase-like, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013762?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013785",
            "attributes": {
                "accession": "IPR013785",
                "count": 2,
                "description": "Aldolase-type TIM barrel"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013785?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006127",
            "attributes": {
                "accession": "IPR006127",
                "count": 1,
                "description": "Periplasmic solute binding protein, ZnuA-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006127?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR014777",
            "attributes": {
                "accession": "IPR014777",
                "count": 1,
                "description": "Tetrapyrrole methylase, subdomain 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014777?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000905",
            "attributes": {
                "accession": "IPR000905",
                "count": 1,
                "description": "Gcp-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000905?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011547",
            "attributes": {
                "accession": "IPR011547",
                "count": 1,
                "description": "SLC26A/SulP transporter domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011547?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR017861",
            "attributes": {
                "accession": "IPR017861",
                "count": 1,
                "description": "Kae1/TsaD family"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR017861?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 13
        }
    }
}