Glossary of Acronyms Technical Writers Need to Understand

This page is a living glossary of technical writing acronyms that are good to know when reading technical information. They are organized by topic and will be updated periodically.

API Acronyms

TermDefinition
OpenAPIA formal standard for describing HTTP APIs
OASOpenAPI Specification
YAMLYet Another Markup Language: human-readable data serialization language
JSONJavaScript Object Notation: standard text-based format for representing structured data
SchemaA formal description of syntax and structure
Object“Object” named in section headings
HTTP status codesAvailable http status codes such as 200 and 400
OAD entry documentThe document containing the OpenAPI object where parsing begins
URIUniversal Resource Indicator
ANSI-SPARCAmerican National Standards Institute, Standards Planning and Requirements Committee: Abstract design standard for database management systems, first proposed in 1975.
DBMSDatabase management system
RPCsRemote procedure calls: When a computer causes a procedure to be executed in a different address space
RESTRepresentational state transfer: defines a set of constraints for how the architecture of a distributed system should behave.
EDSACElectronic Delay Storage Automatic Calculator
Microservices APIAn architecture where the application is developed as a collection of services
Composite APIAn architecture that can streamline or bundle multiple calls for efficiency
Unified APIBundles related calls to multiple APIs and are common among partner APIs
Partner APIShare data between two organizations for a specific business purpose
HTTPHypertext Transfer Protocol
GraphQLAn API query language and server-side runtime
SOAPSimple Access Object Protocol: Messaging protocol for exchanging structured information
XMLExtensible Markup Language: Defines a set of rules for encoding documents

Scroll to Top