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

Weblate memory API

Added in version 4.14.

Weblate memory API is one of 21 APIs that Weblate publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include memory. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 3 paths, and defines 34 schemas. It is described by OpenAPI 3.1.1.

Requests are made against a single base URL, http:.

4 operations 3 paths 34 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.1
Base URL
https://hosted.weblate.org/api/
Authentication
API Key, API Key, API Key
Resource Areas
1

Authentication & Security 3

Weblate memory API declares 3 security schemes for authenticating requests. An API key is passed in the header as Bearer (bearerAuth). An API key is passed in the cookie as sessionid (cookieAuth). An API key is passed in the header as Token (tokenAuth).

  • bearerAuth — Token-based authentication with required prefix Bearer. - Each user has a personal access token which they can get from their respective user profile. These to…
  • cookieAuth — Session-based authentication used when user is signed in.
  • tokenAuth — Token-based authentication with required prefix Token. - Each user has a personal access token which they can get from their respective user profile. These tok…

Paths & Operations 4

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

memory 4

Added in version 4.14.

GET
/api/memory/
Return a list of memory results.
api_memory_list 6 params → 400401404405406423429500
GET
/api/memory/{id}/
Memory API.
api_memory_retrieve 1 param → 400401404405406423429500
DELETE
/api/memory/{id}/
Delete a memory object.
api_memory_destroy 1 param → 400401404405406423429500
POST
/api/memory/lookup/
Look up translation memory matches for the provided source strings.
api_memory_lookup_create 4 params body → 400401404405406415423429

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are Memory (9 properties), MemoryLookupMatch (6 properties), PaginatedMemoryList (4 properties), Error404 (3 properties). Each schema is shown below with its type and property counts.

Error415
object
3 properties 3 required
ErrorCode406Enum
string
notacceptable - Not Acceptable
Error423
object
3 properties 3 required
ErrorResponse404
object
2 properties 2 required
ErrorCode429Enum
string
throttled - Throttled
ErrorCode401Enum
string
authenticationfailed - Authentication Failed notauthenticated - Not Authenticated
PaginatedMemoryList
object
4 properties 2 required
ErrorResponse415
object
2 properties 2 required
Error429
object
3 properties 3 required
Error406
object
3 properties 3 required
Error405
object
3 properties 3 required
Memory
object
9 properties 6 required
MemoryLookupResult
object
2 properties 2 required
Error400
object
3 properties 3 required
Error401
object
3 properties 3 required
ErrorResponse400TypeEnum
string
validationerror - Validation Error clienterror - Client Error
Error500
object
3 properties 3 required
MemoryLookupMatch
object
6 properties 6 required
ErrorCode500Enum
string
error - Error
MemoryLookupRequest
object
1 property 1 required
ServerErrorEnum
string
servererror - Server Error
Error404
object
3 properties 3 required
ErrorCode415Enum
string
unsupportedmediatype - Unsupported Media Type
ErrorCode404Enum
string
notfound - Not Found
ErrorResponse500
object
2 properties 2 required
ErrorResponse423
object
2 properties 2 required
ErrorResponse401
object
2 properties 2 required
ErrorResponse429
object
2 properties 2 required
ErrorCode423Enum
string
repository-locked - Repository Locked component-locked - Component Locked unknown-locked - Unknown Locked
ErrorResponse400
object
2 properties 2 required
ErrorResponse406
object
2 properties 2 required
ErrorResponse405
object
2 properties 2 required
ErrorCode405Enum
string
methodnotallowed - Method Not Allowed
ClientErrorEnum
string
clienterror - Client Error

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weblate-memory-api-openapi.yml Raw ↑

Other APIs Weblate publishes across the network.

Weblate addons API
Weblate categories API
Weblate changes API
Weblate component-lists API
Weblate components API
Weblate contributions API
Weblate groups API
Weblate hooks API
Weblate languages API
Weblate metrics API
Weblate projects API
Weblate roles API