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

GET /metagenomics/api/v1/analyses/MGYA00047155/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/MGYA00047155/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00047155/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR023451",
            "attributes": {
                "accession": "IPR023451",
                "count": 11,
                "description": "Thymidylate synthase/dCMP hydroxymethylase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023451?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000398",
            "attributes": {
                "accession": "IPR000398",
                "count": 10,
                "description": "Thymidylate synthase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000398?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012336",
            "attributes": {
                "accession": "IPR012336",
                "count": 6,
                "description": "Thioredoxin-like fold"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012336?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000866",
            "attributes": {
                "accession": "IPR000866",
                "count": 5,
                "description": "Alkyl hydroperoxide reductase subunit C/ Thiol specific antioxidant"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000866?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR024072",
            "attributes": {
                "accession": "IPR024072",
                "count": 4,
                "description": "Dihydrofolate reductase-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024072?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001796",
            "attributes": {
                "accession": "IPR001796",
                "count": 2,
                "description": "Dihydrofolate reductase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001796?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011991",
            "attributes": {
                "accession": "IPR011991",
                "count": 1,
                "description": "Winged helix-turn-helix DNA-binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011991?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012259",
            "attributes": {
                "accession": "IPR012259",
                "count": 1,
                "description": "Dihydrofolate reductase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012259?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR020940",
            "attributes": {
                "accession": "IPR020940",
                "count": 1,
                "description": "Thymidylate synthase, active site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020940?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018247",
            "attributes": {
                "accession": "IPR018247",
                "count": 1,
                "description": "EF-Hand 1, calcium-binding site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018247?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}