Units API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/units/26438/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_linux-emulation/es/?format=api",
    "source": [
        "<function>sched_bind</function> is an API used in order to bind a thread to a particular CPU for all the time it executes the code, until a <function>sched_unbind</function> function call does not unbind it. This feature has a key role in situations where you cannot trust the current state of CPUs (for example, at very early stages of boot), as you want to avoid your thread to migrate on inactive CPUs. Since <function>sched_bind</function> and <function>sched_unbind</function> manipulate internal scheduler structures, they need to be enclosed in <function>sched_lock</function> acquisition/releasing when used."
    ],
    "previous_source": "",
    "target": [
        "<function>sched_bind</function> es una API que se utiliza para vincular un hilo a una CPU en particular durante todo el tiempo que ejecuta el código, hasta que <function>sched_unbind</function>la llamada a la función no la desvincula. Esta función tiene un papel clave en situaciones en las que no puede confiar en el estado actual de las CPU (por ejemplo, en las primeras etapas del arranque), ya que desea evitar que su hilo migre en CPU inactivas. Ya que <function>sched_bind</function> y<function>sched_unbind</function> manipular las estructuras internas del programador, es necesario incluirlas en <function>sched_lock</function> adquisición/liberación cuando se usa."
    ],
    "id_hash": 7645490325159152650,
    "content_hash": 7645490325159152650,
    "location": "article.translate.xml:1103",
    "context": "",
    "note": "(itstool) path: sect4/para",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 173,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 87,
    "source_unit": "https://translate-dev.freebsd.org/api/units/99571/?format=api",
    "priority": 100,
    "id": 26438,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_linux-emulation/es/?checksum=ea1a3cf174cc0c0a",
    "url": "https://translate-dev.freebsd.org/api/units/26438/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-20T12:10:39.940185Z"
}