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

GET /metagenomics/api/v1/analyses/MGYA00062113/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/MGYA00062113/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00062113/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR027417",
            "attributes": {
                "accession": "IPR027417",
                "count": 30453,
                "description": "P-loop containing nucleoside triphosphate hydrolase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR027417?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR030655",
            "attributes": {
                "accession": "IPR030655",
                "count": 12697,
                "description": "NifH/chlL conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR030655?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000392",
            "attributes": {
                "accession": "IPR000392",
                "count": 6155,
                "description": "NifH/frxC family"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000392?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012338",
            "attributes": {
                "accession": "IPR012338",
                "count": 10,
                "description": "Beta-lactamase/transpeptidase-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012338?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018389",
            "attributes": {
                "accession": "IPR018389",
                "count": 8,
                "description": "TRAP transporter solute receptor DctP/TeaA"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018389?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001466",
            "attributes": {
                "accession": "IPR001466",
                "count": 6,
                "description": "Beta-lactamase-related"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001466?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023393",
            "attributes": {
                "accession": "IPR023393",
                "count": 5,
                "description": "START-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023393?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013538",
            "attributes": {
                "accession": "IPR013538",
                "count": 4,
                "description": "Activator of Hsp90 ATPase homologue 1-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013538?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR017941",
            "attributes": {
                "accession": "IPR017941",
                "count": 1,
                "description": "Rieske [2Fe-2S] iron-sulphur domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR017941?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005130",
            "attributes": {
                "accession": "IPR005130",
                "count": 1,
                "description": "Serine dehydratase-like, alpha subunit"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005130?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}