Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return the configuration field for LOCALE.
Reverse operation of locale-string->locale.
Using LANGUAGES as a list of ISO639 association lists, return the language name corresponding to the given LANGUAGE-CODE.
Return a list of ISO3166 association lists created from the parsing of ISO3166 file.
Using TERRITORIES as a list of ISO3166 association lists return the territory name corresponding to the given TERRITORY-CODE.
Given SUPPORTED-LOCALES, a file produced by 'glibc-supported-locales', return a list of locales where each locale is an alist.
Return a list of ISO639 association lists created from the parsing of ISO639-3 and ISO639-5 files.