ModelServer
0.9.12
OAS 3.0
/openapi.json
The ModelServer is a service for accessing subsets of macromolecular model data.
General
GET
/v1
/{id}
/assembly
Computes structural assembly.
POST
/v1
/{id}
/assembly
Computes structural assembly.
GET
/v1
/{id}
/atoms
Atoms satisfying the given criteria.
POST
/v1
/{id}
/atoms
Atoms satisfying the given criteria.
GET
/v1
/{id}
/full
The full structure.
POST
/v1
/{id}
/full
The full structure.
GET
/v1
/{id}
/ligand
Coordinates of the first group satisfying the given criteria.
POST
/v1
/{id}
/ligand
Coordinates of the first group satisfying the given criteria.
GET
/v1
/{id}
/residueInteraction
Identifies all residues within the given radius from the source residue. Takes crystal symmetry into account.
POST
/v1
/{id}
/residueInteraction
Identifies all residues within the given radius from the source residue. Takes crystal symmetry into account.
GET
/v1
/{id}
/residueSurroundings
Identifies all residues within the given radius from the source residue.
POST
/v1
/{id}
/residueSurroundings
Identifies all residues within the given radius from the source residue.
GET
/v1
/{id}
/surroundingLigands
Identifies (complete) ligands within the given radius from the source atom set. Takes crystal symmetry into account.
POST
/v1
/{id}
/surroundingLigands
Identifies (complete) ligands within the given radius from the source atom set. Takes crystal symmetry into account.
GET
/v1
/{id}
/symmetryMates
Computes crystal symmetry mates within the specified radius.
POST
/v1
/{id}
/symmetryMates
Computes crystal symmetry mates within the specified radius.
GET
/v1
/query-many
Executes multiple queries at the same time and writes them as separate data blocks.
POST
/v1
/query-many
Executes multiple queries at the same time and writes them as separate data blocks.