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

GET /metagenomics/api/v1/analyses/MGYA00725208/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/MGYA00725208/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00725208/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036680",
            "attributes": {
                "accession": "IPR036680",
                "count": 1,
                "description": "Sporulation-like domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036680?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036541",
            "attributes": {
                "accession": "IPR036541",
                "count": 1,
                "description": "Phospholipase A1 superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036541?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR034338",
            "attributes": {
                "accession": "IPR034338",
                "count": 1,
                "description": "Glutathione S-transferases, subfamily 4, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR034338?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029044",
            "attributes": {
                "accession": "IPR029044",
                "count": 1,
                "description": "Nucleotide-diphospho-sugar transferases"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029044?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR025877",
            "attributes": {
                "accession": "IPR025877",
                "count": 1,
                "description": "MobA-like NTP transferase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR025877?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR024930",
            "attributes": {
                "accession": "IPR024930",
                "count": 1,
                "description": "Skp domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024930?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR021647",
            "attributes": {
                "accession": "IPR021647",
                "count": 1,
                "description": "Copper binding periplasmic protein CusF"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR021647?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR007730",
            "attributes": {
                "accession": "IPR007730",
                "count": 1,
                "description": "Sporulation-related domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007730?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004703",
            "attributes": {
                "accession": "IPR004703",
                "count": 1,
                "description": "Phosphotransferase system, sugar-specific permease component"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004703?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003187",
            "attributes": {
                "accession": "IPR003187",
                "count": 1,
                "description": "Phospholipase A1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003187?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002813",
            "attributes": {
                "accession": "IPR002813",
                "count": 1,
                "description": "Arginine biosynthesis protein ArgJ"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002813?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000160",
            "attributes": {
                "accession": "IPR000160",
                "count": 1,
                "description": "GGDEF domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000160?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 12
        }
    }
}