Translations/Specs/ReportingAPI/ProposedCalls

Not logged in - Log In / Register

Translations > Specs > API > Proposed Calls

Proposed API calls

The purpose of this page is to act as a container to proposed API calls for discussion prior to their implementation.

Languages API

Bug #525325

Getting all languages

https://launchpad.dev/api/beta/+languages

{
"total_size": 7,
"start": 0,
"next_collection_link": "https://launchpad.dev/api/beta/+languages?ws.start=5&ws.size=5",
"entries": [
   {
     "code": "om",
     "abbreviated_text_direction": "ltr",
     "plural_expression": null,
     "visible": true,
     "english_name": "Oromo",
     "self_link": "https://launchpad.dev/api/beta/+languages/om", 
     "plural_forms": null},
  {
    "code": "om_ET", ... 
  }]
}

Getting a language

https://launchpad.dev/api/beta/+languages/ro

abbreviate_text_direction : ltr
code : ro
english_name : Romanian
plural_expression : (n == 1 ? 0: (((n % 100 > 19) || ((n % 100 == 0) && (n != 0))) ? 2: 1))
plural_forms : 3
translators_count: 2
visible : True

POTemplates

Bug #525371

Source Package

Bug #527728

Translations/Specs/ReportingAPI/ProposedCalls (last edited 2010-03-02 12:16:54 by adiroiban)