General API Request Information
The VAS Developer API is RESTful and makes use of different HTTP methods to perform different operations. To construct your API request, the following components are required:
Request Component | Description |
---|---|
HTTP Method |
|
API URL |
|
Resource URI |
The resource from which to retrieve, submit, update, or delete data. For instance, to retrieve information about a specific dairy cow, use: https://platform-vendor-api.vas.com/dairies/{dairyId}/cows/{dairyCowId} NOTE: The resource URI is case-sensitive. If you are encountering unexpected 400 errors, check your URI for correct capitalization of resource names.
|
Query Parameters |
Control which data is returned in the API response. For instance, to find a specific dairy cow with an id that includes 25, use: https://platform-vendor-api.vas.com/dairies/{dairyId}cows/find?find=25 |
HTTP Request Headers |
Includes the authorization header with the API key and bearer token:
|
Last Built: November 21, 2024

The VAS Developer API is designed to align with industry standards, including NAAB National Association of Animal Breeders. www.naab-css.org and ICAR
International Committee for Animal Recording (ICAR) is a global organization focused on the standardization of animal identification, recording, genetic evaluation, and data management.. However, due to the customizable nature of VAS applications, we cannot guarantee that our users' data comply with industry standards. VAS partners' use of the API is at their sole discretion and risk. The VAS Developer API is provided "as is," including any potential errors or missing data.