Norfolk Southern website screenshot

Norfolk Southern

Norfolk Southern Corporation is one of the nation's premier transportation companies, operating approximately 19,300 route miles in 22 states and the District of Columbia. Norfolk Southern offers an API Resource Platform (ApiHub) providing real-time visibility into shipment status, trip plans, and gate receipts.

3 APIs 0 Features
FreightLogisticsRailroadShippingTransportationFortune 500

APIs

Norfolk Southern Shipment Status API

Pinpoint the current location and ETA for shipments and access details such as commodity, origin, and destination to proactively plan and staff delivery.

Norfolk Southern Trip Plan API

Track a shipment's progress on its planned route with its current ETA, future movements, and completed movements.

Norfolk Southern Gate Receipts API

Access gate receipt data, terminal, and driver information, as well as the pickup numbers for equipment.

Collections

Pricing Plans

Rate Limits

Norfolk Southern Rate Limits

1 limits

RATE LIMITS

FinOps

Press

Safety Technology

2026-05-25

Union Pacific-Norfolk Southern Merger Unlikely to Derail ...

2026-05-25

How Norfolk Southern is Using AI to Help 'Move the US ...

2026-05-25

Norfolk Southern launches AI train inspection technology

2026-05-25

Team NS 🤝 AI = A Safer Railroad 🚂 Working together ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🔗
Innovation
Innovation
💬
Support
Support

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Norfolk Southern Shipment Status API
  version: 1.0.0
items:
- info:
    name: Shipment Status
    type: folder
  items:
  - info:
      name: Get Shipment Status
      type: http
    http:
      method: GET
      url: https://api.nscorp.com/shipments/status
      params:
      - name: shipmentId
        value: ''
        type: query
        description: The unique identifier for the shipment.
    docs: Retrieve the current status of a rail shipment including location, ETA, commodity, origin, and destination details.
- info:
    name: Trip Plan
    type: folder
  items:
  - info:
      name: Get Trip Plan
      type: http
    http:
      method: GET
      url: https://api.nscorp.com/shipments/tripplan
      params:
      - name: shipmentId
        value: ''
        type: query
        description: The unique identifier for the shipment.
    docs: Track a shipment's progress on its planned route with current ETA, future movements, and completed movements.
- info:
    name: Gate Receipts
    type: folder
  items:
  - info:
      name: Get Gate Receipts
      type: http
    http:
      method: GET
      url: https://api.nscorp.com/gatereceipts
      params:
      - name: terminalId
        value: ''
        type: query
        description: The terminal identifier.
      - name: equipmentId
        value: ''
        type: query
        description: The equipment identifier.
    docs: Access gate receipt data, terminal and driver information, and pickup numbers for equipment.
bundled: true