## page was renamed from Translations/Specs/API/ProposedCalls ~-[[Translations]] > [[Translations/Specs|Specs]] > [[Translations/Specs/ReportingAPI|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 [[https://bugs.launchpad.net/launchpad-foundations/+bug/525325|#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 [[https://bugs.edge.launchpad.net/launchpad-foundations/+bug/525371|#525371]] == Source Package == Bug [[https://bugs.edge.launchpad.net/launchpad-registry/+bug/527728|#527728]]