BNSF Diagnostics API

The Diagnostics API from BNSF — 1 operation(s) for diagnostics.

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/bnsf-diagnostics-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 email required.

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

OpenAPI Specification

bnsf-diagnostics-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: BNSF Customer Diagnostics API
  description: 'BNSF Railway customer-facing API platform covering shipment tracing, hub

    operations, prices, schedules, waybill management, reference files, and

    diagnostics. All requests require certificate-based mutual authentication

    (mTLS) using approved client certificates. Only endpoints explicitly

    surfaced in BNSF''s public Developer''s Console documentation are described

    below; the full catalog is exposed to authenticated customers through the

    same base URL.

    '
  version: 1.0.0
  contact:
    name: BNSF API Support
    url: https://www.bnsf.com/ship-with-bnsf/support-services/customer-api/
servers:
- url: https://api.bnsf.com:6443
  description: Production
- url: https://api-trial.bnsf.com:6443
  description: Trial
security:
- MutualTLS: []
tags:
- name: Diagnostics
paths:
  /healthcheck:
    get:
      operationId: healthCheck
      summary: Service health check
      description: Returns service status confirming connectivity and mTLS handshake.
      tags:
      - Diagnostics
      responses:
        '200':
          description: Service is healthy.
          content:
            application/xml:
              schema:
                type: string
                example: <status>OK</status>
components:
  securitySchemes:
    MutualTLS:
      type: mutualTLS
      description: 'BNSF customer APIs require certificate-based mutual TLS using a client

        certificate (PEM) issued by an approved Certificate Authority.

        '