openapi: 3.1.0
info:
title: Apache Software Projects Committees Foundation API
description: The Apache Software Foundation Projects API provides read-only access to JSON data about ASF projects, committees, releases, and podlings. The data is served as static JSON files from projects.apache.org and includes comprehensive information about the foundation's structure, project metadata, committee membership, release histories, and incubating podlings.
version: 1.0.0
contact:
name: Apache Software Foundation
url: https://www.apache.org
license:
name: Apache License 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
servers:
- url: https://projects.apache.org/json
description: ASF Projects JSON Data
tags:
- name: Foundation
paths:
/foundation/groups.json:
get:
operationId: getGroups
summary: Apache Software Foundation Get Foundation Groups
description: Returns a JSON object containing all ASF groups (PMCs, committees, and other organizational groups) and their members.
tags:
- Foundation
responses:
'200':
description: Successful response with foundation groups data
content:
application/json:
schema:
type: object
additionalProperties:
type: array
items:
type: string
examples:
GetGroups200Example:
summary: Default getGroups 200 response
x-microcks-default: true
value: {}
x-microcks-operation:
delay: 0
dispatcher: FALLBACK