Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An unofficial repository of civil service jargon

License

NotificationsYou must be signed in to change notification settings

MatMoore/jargon

Repository files navigation

An unofficial repository of civil service jargon.

API

Lookup an acronym

Usehttps://matmoore.github.io/jargon/{ACRONYM}/

For example:curl https://matmoore.github.io/jargon/CO/

{"CO": [    {"definition":"Cabinet Office","uri":"government-organisation:D2"    },    {"definition":"clerical officer"    }  ],"_links": [    {"name":"government-organisation","href":"https://government-organisation.register.gov.uk/records/{rel}","templated":true    }  ]}

Get all the acronyms

curl https://matmoore.github.io/jargon/

(the structure of this response may change without notice)

CSV Data

See thedata directory for more details about the data returned by the API. You can also download the data in CSV format.

Contributing

SeeCONTRIBUTING.md

Previewing the API locally

First runbundle exec rake build from the root of the project, then navigate to thebuild directory.

You can preview the JSON in the browser by runningpython -m http.server 8080 and browsing tolocalhost:8080 (this requires python 3 to be installed).

The files are generated asindex.json but github pages serves them as the root for that path. SeeMaking a JSON API with Github Pages.

If you want to see what it looks like on github pages, you can fork the repo and runbundle exec rake publish to update thegh-pages branch.

License

All code is licenced under theMIT license.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp