Skip to content
Luis Miguel Morillas edited this page Nov 18, 2016 · 4 revisions

New API for http://arasaac.org

Site for testing: http://178.32.253.90:5000/

$ curl  http://178.32.253.90:5000

{"_links": {"child": [{"title": "images", "href": "images"}]}}

Exact search

$ curl  http://178.32.253.90:5000/images?where={"names.keyword": "to eat"}

Search using the Text Index

$ curl  http://178.32.253.90:5000/images?where={"$text": {"$search": "foie gras"}}

Swagger json

$ curl  http://178.32.253.90:5000/api-docs

Clone this wiki locally