ckanaction

tag_search

Return a list of tags whose names contain a given string.

By default only free tags (tags that don't belong to any vocabulary) are searched. If the vocabulary_id argument is given then only tags belonging to that vocabulary will be searched instead.

POST
tag_search
Authorization<token>

CKAN API token

In: header

query?string

the string(s) to search for

vocabulary_id?string

the id or name of the tag vocabulary to search in

limit?integer

the maximum number of tags to return

offset?integer

when limit is given, the offset to start returning tags from

curl -X POST "http://localhost:5000/api/3/action/tag_search" \  -H "Content-Type: application/json" \  -d '{}'