Units API.

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

GET /api/units/1193998/?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/documentation/booksdevelopers-handbookipv6_index/es/?format=api",
    "source": [
        "IPv6 specification allows arbitrary number of extension headers to be placed onto packets.  If we implement IPv6 packet processing code in the way BSD IPv4 code is implemented, kernel stack may overflow due to long function call chain.  sys/netinet6 code is carefully designed to avoid kernel stack overflow, so sys/netinet6 code defines its own protocol switch structure, as \"struct ip6protosw\" (see [.filename]#netinet6/ip6protosw.h#).  There is no such update to IPv4 part (sys/netinet) for compatibility, but small change is added to its pr_input() prototype.  So \"struct ipprotosw\" is also defined.  As a result, if you receive IPsec-over-IPv4 packet with massive number of IPsec headers, kernel stack may blow up.  IPsec-over-IPv6 is okay.  (Of-course, for those all IPsec headers to be processed, each such IPsec header must pass each IPsec check.  So an anonymous attacker will not be able to do such an attack.)"
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": 7290286010285365863,
    "content_hash": 7290286010285365863,
    "location": "documentation/content/en/books/developers-handbook/ipv6/_index.adoc:440",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 140,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 141,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1193884/?format=api",
    "priority": 100,
    "id": 1193998,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbookipv6_index/es/?checksum=e52c4c80320f1a67",
    "url": "https://translate-dev.freebsd.org/api/units/1193998/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-06-08T11:34:36.759833Z"
}