-
Notifications
You must be signed in to change notification settings - Fork 3
API
Will Schipp edited this page Aug 16, 2025
·
2 revisions
GET /api/v1/models
Return
- array of JSON objects representing the model data
GET /api/v1/models/search/findByName?name=
Return
- array of JSON objects of models exact matching the name
GET /api/v1/models/search/findByNameAndProvider?name=&provider=
Return
- model matching the name and provider combination
GET /api/v1/models/lastUpdated
Return
- timestamp of the last refresh of the database
GET /api/v1/models/search/findByNameContains?contains=
Return
- array of JSON objects of models with names that contain the passed value
GET /api/v1/models/count
Return
- JSON object with the key "count" and the number of models in the repository