Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Redmine Projects API

The Projects API from Redmine — 1 operation(s) for projects.

Redmine Projects API is one of 18 APIs that Redmine publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Projects. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 1 path. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://{redmine_host}.

3 operations 1 paths 0 schemas 1 DELETE1 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://
Authentication
API Key, API Key, HTTP Basic
Resource Areas
1

Authentication & Security 3

Redmine Projects API declares 3 security schemes for authenticating requests. An API key is passed in the header as X-Redmine-API-Key (apiKeyHeader). An API key is passed in the query as key (apiKeyQuery). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 3

Across 1 path, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Projects 3
GET
/projects/{id}.json
Show project
1 param → 200
PUT
/projects/{id}.json
Update project
1 param body → 204
DELETE
/projects/{id}.json
Delete project
1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

redmine-projects-api-openapi.yml Raw ↑

Other APIs Redmine publishes across the network.

Redmine REST API
Redmine Attachments API
Redmine Custom Fields.json API
Redmine Groups.json API
Redmine Issue Statuses.json API
Redmine Issues API
Redmine Issues.json API
Redmine My API
Redmine Projects.json API
Redmine Roles.json API
Redmine Time Entries API
Redmine Time Entries.json API