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

GET /metagenomics/api/v1/analyses/MGYA00772021/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/MGYA00772021/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00772021/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036691",
            "attributes": {
                "accession": "IPR036691",
                "count": 1,
                "description": "Endonuclease/exonuclease/phosphatase superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036691?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036388",
            "attributes": {
                "accession": "IPR036388",
                "count": 1,
                "description": "Winged helix-like DNA-binding domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036388?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036188",
            "attributes": {
                "accession": "IPR036188",
                "count": 1,
                "description": "FAD/NAD(P)-binding domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036188?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018963",
            "attributes": {
                "accession": "IPR018963",
                "count": 1,
                "description": "Mycobacteriophage D29, Gp19"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018963?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008784",
            "attributes": {
                "accession": "IPR008784",
                "count": 1,
                "description": "Podovirus DNA packaging protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008784?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008635",
            "attributes": {
                "accession": "IPR008635",
                "count": 1,
                "description": "Coiled stalk of trimeric autotransporter adhesin"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008635?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005135",
            "attributes": {
                "accession": "IPR005135",
                "count": 1,
                "description": "Endonuclease/exonuclease/phosphatase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005135?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003425",
            "attributes": {
                "accession": "IPR003425",
                "count": 1,
                "description": "CCB3/YggT"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003425?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002559",
            "attributes": {
                "accession": "IPR002559",
                "count": 1,
                "description": "Transposase, IS4-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002559?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000525",
            "attributes": {
                "accession": "IPR000525",
                "count": 1,
                "description": "Initiator Rep protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000525?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}