Airspace Technologies Piece Libraries API

We support listing reusable piece entries.

Operations 1

GET /piece_libraries List Piece Libraries #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/airspace-technologies-piece-libraries-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

airspace-technologies-piece-libraries-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Airspace Technologies Piece Libraries API
  x-logo:
    url: https://www.airspacetechnologies.com/hubfs/Updated%20logos/Airspace%20horizontal%20logotype%20black%20and%20green%20no%20background%20011321%20(1).png
  version: '1.0'
  description: 'Operations tagged Piece Libraries across 2 of this provider''s published API definitions: airspace-technologies-v2-openapi.json, airspace-technologies-v3-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://{environment}.airspace.com/api/public/v2
  variables:
    environment:
      default: apitest
      enum:
      - api
      - apitest
- url: https://{environment}.airspace.com/api/public/v3
  variables:
    environment:
      default: apitest
      enum:
      - api
      - apitest
tags:
- name: Piece Libraries
  description: We support listing reusable piece entries.
paths:
  /piece_libraries:
    get:
      summary: List Piece Libraries
      security:
      - Bearer: []
      tags:
      - Piece Libraries
      operationId: getPieceLibraries
      description: Get a list of available PieceLibrary items from our system.
      responses:
        '200':
          description: Get a list of piece libraries.
          content:
            application/json:
              example:
                piece_libraries:
                - id: 1
                  name: Jessie Lowe I
                  depth: 1.5
                  width: 1.5
                  height: 1.5
                  commodity: null
                  commodity_id: null
                  commodity_name: null
                  dimension_unit: in
                  weight: 1.5
                  weight_unit: lbs
                  company_id: 281
                  commodity_display_name: null
                  guid: AT7CEPFCJJ
        '401':
          description: Authentication token is not authorized to complete the request.
          content:
            application/json:
              example:
                error: Unauthorized
    servers:
    - url: https://{environment}.airspace.com/api/public/v2
      variables:
        environment:
          default: apitest
          enum:
          - api
          - apitest
components:
  securitySchemes:
    Bearer:
      description: Unique API key necessary to make API requests.
      type: http
      scheme: bearer
      name: Authorization
      in: header
x-refined-from:
- airspace-technologies-v2-openapi.json
- airspace-technologies-v3-openapi.json