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 editors API

**Editors** are human user accounts and bots that make changes to the # TAGLINEFatcat catalog. # TAGLINEThe API allows fetching (and updating) metadata about individual editors, # TAGLINEas well as fetching editor's annotation and edit history. # TAGLINE

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

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

This API exposes 5 operations across 4 paths, and defines 5 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.

5 operations 4 paths 5 schemas 4 GET1 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 editors 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 5

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

editors 5

Editors are human user accounts and bots that make changes to the TAGLINE Fatcat catalog. TAGLINE The API allows fetching (and updating) metadata about individual editors, TAGLINE…

GET
/editor/{editor_id}
Returns an editor object, including metadata such as the username, type, and role of editor.
get_editor 1 param → 200400404500
PUT
/editor/{editor_id}
Allows metadata changes to some editor fields, such as the username. Changes require authentication and permissions. An editor can change their own username; changes to role flags require the admin r…
update_editor 2 params → 401403200400404500
GET
/editor/{editor_id}/editgroups
Returns a set of editgroups created by the given editor, regardless of the status (accepted/submitted) of the editgroups.
get_editor_editgroups 4 params → 200400404500
GET
/editor/{editor_id}/annotations
Fetches a list of annotations made by a particular editor.
get_editor_annotations 4 params → 401403200400404500
GET
/editor/lookup
Fetches editor by, eg, username. One (and only one) lookup identifier should be specified per request.
lookup_editor 1 param → 200400404500

Schemas 5

The contract defines 5 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
editgroup_annotation
object
7 properties
editor
object
5 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fatcat-editors-api-openapi.yml Raw ↑

Other APIs Fatcat publishes across the network.

Fatcat auth API
Fatcat changelog API
Fatcat containers API
Fatcat creators API
Fatcat editgroups 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 editors 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.