US Army website screenshot

US Army

The US Army is the largest branch of the United States military and is responsible for conducting ground combat operations. Its mission is to defend the nation and support humanitarian, peacekeeping, and training missions worldwide. The Army maintains a public API at api.army.mil providing access to news articles, events, and official content using OpenAPI 3 specification.

2 APIs 0 Features
ArmyFederal GovernmentMilitaryDefenseOpen DataNews

APIs

US Army Public API

The US Army Public API provides public access to Army news articles, events, and official announcements. Documented with OpenAPI 3 (OAS3) and a Swagger UI interface at api.army....

US Army Open Data

The US Army provides open data resources through data.gov and maintains open source projects through the US Army Research Laboratory GitHub organization. Army data includes geos...

Collections

Pricing Plans

Us Army Plans Pricing

3 plans

PLANS

Rate Limits

Us Army Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Us Army Context

20 classes · 7 properties

JSON-LD

API Governance Rules

US Army API Rules

7 rules · 2 errors 4 warnings 1 info

SPECTRAL

JSON Structure

Us Army Article Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: US Army Public API
  version: 2.0.0
items:
- info:
    name: Articles
    type: folder
  items:
  - info:
      name: Get Article By ID
      type: http
    http:
      method: GET
      url: https://api.army.mil/api/v1/article/:id
      params:
      - name: id
        value: ''
        type: path
        description: The unique identifier of the article
    docs: Find and retrieve a specific Army news article by its unique identifier.
  - info:
      name: Get Articles
      type: http
    http:
      method: GET
      url: https://api.army.mil/api/v1/articles
      params:
      - name: q
        value: ''
        type: query
        description: Search query string to filter articles by content
      - name: tag
        value: ''
        type: query
        description: Filter by article tag
      - name: limit
        value: ''
        type: query
        description: Maximum number of articles to return
      - name: offset
        value: ''
        type: query
        description: Number of articles to skip for pagination
      - name: from
        value: ''
        type: query
        description: Start date filter in ISO 8601 format
      - name: to
        value: ''
        type: query
        description: End date filter in ISO 8601 format
    docs: Retrieve a list of publicly available US Army news articles, filtered by various criteria.
- info:
    name: News
    type: folder
  items:
  - info:
      name: Get News Items
      type: http
    http:
      method: GET
      url: https://api.army.mil/api/v1/news
      params:
      - name: limit
        value: ''
        type: query
        description: Maximum number of news items to return
      - name: offset
        value: ''
        type: query
        description: Pagination offset
    docs: Retrieve US Army news items including press releases and official announcements.
- info:
    name: Events
    type: folder
  items:
  - info:
      name: Get Events
      type: http
    http:
      method: GET
      url: https://api.army.mil/api/v1/events
      params:
      - name: limit
        value: ''
        type: query
        description: Maximum number of events to return
      - name: offset
        value: ''
        type: query
        description: Pagination offset
      - name: from
        value: ''
        type: query
        description: Start date filter
      - name: to
        value: ''
        type: query
        description: End date filter
    docs: Retrieve publicly available US Army events and activities.
bundled: true