How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

OpenTestData API

REST API behind opentestdata.org, test.ai's free and open database of automated test fixture data. 13 paths / 16 operations covering user signup and login, e-mail confirmation, avatars, admin promotion, test and datum create/read/update, and a combined search over tests and data. Authenticated with a JWT bearer token. The publicly hosted instance the provider documented, api.opentestdata.org, no longer resolves; the contract survives in the company's own repository.

This API exposes 16 operations across 13 paths, and defines 13 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against the base URL http://api.opentestdata.org.

16 operations 13 paths 13 schemas 6 GET10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
http://api.opentestdata.org
Authentication
HTTP Bearer
License
MIT
Resource Areas
1

Authentication & Security 1

OpenTestData API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (jwt).

Paths & Operations 16

Across 13 paths, the API surfaces 16 operations — 6 GET, 10 POST. Each is listed below with its method, path, parameters, and response codes.

Operations 16
GET
/ping
server responds with PONG
api.handlers.general.ping → 200
POST
/users
Create a new user
api.handlers.users.signup body → 200500
POST
/users/login
Log in and retrieve an access token
api.handlers.auth.login body → 200500
POST
/users/resend_confirmation_email
Re-send the confirmation e-mail to the address associated with the logged in user
api.handlers.users.resend_confirmation body → 200500
GET
/users/confirm_email/{token}
Confirm an e-mail address
api.handlers.users.confirm_email 1 param → 200500
GET
/users/{id}
Get details of a user
api.handlers.users.detail 1 param → 200500
POST
/users/{id}
Update details for a user
api.handlers.users.update 1 param body → 200500
GET
/users/{id}/avatar
Get avatar image data (this API is only available in the development version of the server)
api.handlers.users.get_avatar 1 param → 200500
POST
/users/{id}/avatar
Upload image data to be used as the user avatar
api.handlers.users.upload_avatar 1 param body → 200500
POST
/users/{id}/promote
Promote a user to an admin (admin authorization required)
api.handlers.users.promote 1 param → 200500
POST
/data
Create a new test datum
api.handlers.data.create body → 200500
GET
/data/{id}
Get details of a datum
api.handlers.data.detail 1 param → 200500
POST
/data/{id}
Update a test datum
api.handlers.data.update 1 param body → 200500
POST
/tests
Create a new test
api.handlers.tests.create body → 200500
GET
/tests/{id}
Get details of a test
api.handlers.tests.detail 1 param → 200500
POST
/search
Search for tests and data
api.handlers.search.search body → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are Users_SignUp (5 properties), Data_DatumBase (3 properties), Tests_TestData (3 properties), Base_Base (3 properties). Each schema is shown below with its type and property counts.

Base_Base
object
3 properties
Data_DatumBase
object
3 properties 3 required
Data_Datum
Search_SearchQuery
object
2 properties
Search_SearchResults
object
2 properties
Tests_TestBase
object
2 properties 2 required
Tests_Test
Tests_TestData
object
3 properties
Users_SignUp
object
5 properties 5 required
Users_Login
object
2 properties 2 required
Users_User
Users_EmailResend
object
1 property 1 required
Users_UpdateUser
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

test-ai-opentestdata-openapi.yaml Raw ↑
Where this information came from

This is an independent, third-party profile of OpenTestData API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.