How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fatcat editgroups API

**Editgroups** are sets of changes, each to individual entities in the # TAGLINEcatalog. Every edit must be part of an editgroup which is reviewed and # TAGLINEaccepted (merged) as a whole. # TAGLINE

Fatcat editgroups API is one of 11 APIs that Fatcat publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include editgroups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a GitHub repository, and rate-limit docs.

This API exposes 7 operations across 6 paths, and defines 6 schemas. It is described by OpenAPI 2.0, at version 0.5.0.

Requests are made against the base URL https://api.fatcat.wiki/v0.

7 operations 6 paths 6 schemas 3 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
0.5.0
Base URL
https://api.fatcat.wiki/v0
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Fatcat editgroups API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer).

  • Bearer — The only current API authentication mechanism is HTTP bearer authentication using the Authorization HTTP header. The header should be formatted as the string "…

Paths & Operations 7

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

editgroups 7

Editgroups are sets of changes, each to individual entities in the TAGLINE catalog. Every edit must be part of an editgroup which is reviewed and TAGLINE accepted (merged) as a wh…

POST
/editgroup
Creates a new editgroup. By default the editor making this request will be the author of the editgroup.
create_editgroup 1 param → 401403201400404500
GET
/editgroup/{editgroup_id}
Returns a single editgroup object. Unlike some similar methods, this method will return a full/expanded editgroup object, which includes edit lists of each entity type (though will not include the co…
get_editgroup 1 param → 200400404500
PUT
/editgroup/{editgroup_id}
Updates metadata for a single editgroup object. Note that only metadata fields such as the description or extra metadata can be changed with this method; it does not allow adding or removing edits to…
update_editgroup 3 params → 401403200400404500
POST
/editgroup/{editgroup_id}/accept
Accept ("merge") the given editgroup into the catalog. The editgroup must be open (not already accepted), and the editor making this request must have the admin role.
accept_editgroup 1 param → 401403200400404409500
GET
/editgroup/{editgroup_id}/annotations
Returns a list of annotations made to a specific editgroup.
get_editgroup_annotations 2 params → 401403200400404500
POST
/editgroup/{editgroup_id}/annotation
Submits a new annotation to the specified editgroup. The editgroup must be open (not already accepted). The annotation will automatically have authorship of the editor making this request.
create_editgroup_annotation 2 params → 401403201400404500
GET
/editgroup/reviewable
Returns a set of editgroups which have been submitted but not yet accepted. Query parameters can be used to sort and paginate the list returned.
get_editgroups_reviewable 4 params → 200400404500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are editgroup (10 properties), editgroup_annotation (7 properties), entity_edit (7 properties), editor (5 properties). Each schema is shown below with its type and property counts.

entity_edit
object
7 properties 3 required
error_response
object
3 properties 3 required
editgroup
object
10 properties
success
object
2 properties 2 required
editgroup_annotation
object
7 properties
editor
object
5 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fatcat-editgroups-api-openapi.yml Raw ↑

Other APIs Fatcat publishes across the network.

Fatcat auth API
Fatcat changelog API
Fatcat containers API
Fatcat creators API
Fatcat editors API
Fatcat files API
Fatcat filesets API
Fatcat releases API
Fatcat webcaptures API
Fatcat works API
Where this information came from

This is an independent, third-party profile of Fatcat editgroups API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.