Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

API-Fiddle Specifications API

Manage API specifications within projects.

API-Fiddle Specifications API is one of 5 APIs that API-Fiddle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Specifications. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 5 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.api-fiddle.com/v1.

5 operations 2 paths 2 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://api.api-fiddle.com/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

API-Fiddle Specifications API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Specifications 5

Manage API specifications within projects.

GET
/projects/{projectId}/specifications
API-Fiddle List specifications
listSpecifications 1 param → 200
POST
/projects/{projectId}/specifications
API-Fiddle Create a specification
createSpecification 1 param body → 201
GET
/projects/{projectId}/specifications/{specificationId}
API-Fiddle Get a specification
getSpecification 2 params → 200
PUT
/projects/{projectId}/specifications/{specificationId}
API-Fiddle Update a specification
updateSpecification 2 params body → 200
DELETE
/projects/{projectId}/specifications/{specificationId}
API-Fiddle Delete a specification
deleteSpecification 2 params → 204

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Specification (9 properties), SpecificationInput (5 properties). Each schema is shown below with its type and property counts.

Specification
object
9 properties
SpecificationInput
object
5 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

api-fiddle-specifications-api-openapi.yml Raw ↑

Other APIs API-Fiddle publishes across the network.

API-Fiddle Export API
API-Fiddle Projects API
API-Fiddle Sharing API
API-Fiddle Workspaces API