List VASPs
GET
/api/v2/directory/vasps
This endpoint returns the list of VASP records that can be sorted and paginated.
Query Parameters
Name
Type
Description
Required
page
integer
The page number to view from the list. Defaults to 1 if not provided.
False
size
integer
The size of each page. Defaults to 50 if not provided.
False
sort
string
Sort the list based on the provided field name. e.g. vasp_id (asc order) -vasp_id (desc order)
False
Response
Last updated