Title: Filter Data
Last modified: January 4, 2017

---

# Filter Data

 *  Resolved [rachinger](https://wordpress.org/support/users/rachinger/)
 * (@rachinger)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/filter-data-2/)
 * Hello,
 * I currently try to read data from the Lions API
    [https://api.lions.at/index.php?eID=lionsbase_api&eID=lionsbase_api&route=/clubs](https://api.lions.at/index.php?eID=lionsbase_api&eID=lionsbase_api&route=/clubs)
 * If I enter the following code it shows me the first entry of my list:
    `[jsoncontentimporter
   url="https://api.lions.at/?eID=lionsbase_api&route=/clubs" numberofdisplayeditems
   ="1" basenode="clubs"] {name}[/jsoncontentimporter]`
 * That works as it should but my usecase is different:
    In my usecase i need to
   show the “name” with the “id” = 6 So the output here should be “Alpina”.
 * Is it possible to filter the result so i get the right result which is not the
   first result?

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/filter-data-2/#post-8628964)
 * Hi,
 * the free-version can do this by “oneOfTheseWordsMustBeIn” and “oneOfTheseWordsMustBeInDepth”:
   Thisd chekcs the output text on a keyword:
 * [jsoncontentimporter url=https://api.lions.at/?eID=lionsbase_api&route=/clubs
   knumberofdisplayeditems=1 oneOfTheseWordsMustBeIn=”Pintergasse” oneOfTheseWordsMustBeInDepth
   =2 basenode=clubs]{name} {address} {id}
    [/jsoncontentimporter]
 * see also
    [http://api.json-content-importer.com/api-lions-at/](http://api.json-content-importer.com/api-lions-at/)
 * The pro-version allows you to pick the 6th item direct. Or the item with the 
   id of your club.
    This is more safe, what if another clubs also is in the Pintergasse
   or another keyword matches by accident…
 * Bernhard

Viewing 1 replies (of 1 total)

The topic ‘Filter Data’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/filter-data-2/#post-8628964)
 * Status: resolved