User:Flirora

From Archiveteam
Jump to navigation Jump to search

Retiring from archiving activities until further notice

I am +merlan #flirora (aliases: Uruwi, kozet), and I'm interested in conlangs, especially in Arka.

Dictionary farms

There are several websites that host user-created dictionaries. They're mainly meant for conlangers.

TWOC

link Unmaintained in favor of ZpDIC.

To get dictionary data:

http://twoc.ever.jp/twoc/conlang.cgi?mode=search&user_id=<username>&search=&type=2&agree=0&page=<page>

(page numbers are zero-indexed)

List of dictionaries:

http://twoc.ever.jp/twoc/conlang.cgi?mode=list

ZpDIC

link

To get list of dictionaries:

curl https://zpdic.ziphil.com/internal/2.22.8/dictionary/list/all -d '{"order":"updatedDate"}'

To get dictionary data (replace '127' with the numerical ID of whichever dictionary you want to get):

(metadata)

curl https://zpdic.ziphil.com/internal/2.22.8/dictionary/fetch -d '{"number":127}' -H 'content-type: application/json; charset=utf-8'

(all dictionary entries)

curl https://zpdic.ziphil.com/internal/2.22.8/dictionary/search -d '{"number":127,"parameter":{"search":"","mode":"content","type":"prefix"}}' -H 'content-type: application/json; charset=utf-8'

ConWorkShop

link

Haven't investigated thoroughly yet; requires login.