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

GET /metagenomics/api/v1/analyses/MGYA00697951/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/MGYA00697951/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00697951/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR011990",
            "attributes": {
                "accession": "IPR011990",
                "count": 3,
                "description": "Tetratricopeptide-like helical domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011990?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR038717",
            "attributes": {
                "accession": "IPR038717",
                "count": 2,
                "description": "Tc1-like transposase, DDE domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR038717?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR041558",
            "attributes": {
                "accession": "IPR041558",
                "count": 1,
                "description": "Mucin binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR041558?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036397",
            "attributes": {
                "accession": "IPR036397",
                "count": 1,
                "description": "Ribonuclease H superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036397?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR020829",
            "attributes": {
                "accession": "IPR020829",
                "count": 1,
                "description": "Glyceraldehyde 3-phosphate dehydrogenase, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020829?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR009459",
            "attributes": {
                "accession": "IPR009459",
                "count": 1,
                "description": "MucBP domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR009459?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008490",
            "attributes": {
                "accession": "IPR008490",
                "count": 1,
                "description": "Transposase InsH, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008490?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002622",
            "attributes": {
                "accession": "IPR002622",
                "count": 1,
                "description": "Transposase, Synechocystis PCC 6803"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002622?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002560",
            "attributes": {
                "accession": "IPR002560",
                "count": 1,
                "description": "Transposase IS204/IS1001/IS1096/IS1165, DDE domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002560?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": "IPR001098",
            "attributes": {
                "accession": "IPR001098",
                "count": 1,
                "description": "DNA-directed DNA polymerase, family A, palm domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001098?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 11
        }
    }
}