Title: JSON issue
Last modified: March 13, 2021

---

# JSON issue

 *  Resolved [vatcar](https://wordpress.org/support/users/vatcar/)
 * (@vatcar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/json-issue-5/)
 * Hi,
 * We are building a website which shows a departure / arrival board bringing data
   from a .json feed.
 * [https://miguelarmas.ca/vatsim/mufh-flights.json](https://miguelarmas.ca/vatsim/mufh-flights.json)
 * The file is split into the first sector basednode=cid but then there is an alternative
   source of information which is in this URL which is under “flight_plan”.
 * Code below displays the correct info –
 * [jsoncontentimporter url=https://miguelarmas.ca/vatsim/mufh-flights.json basenode
   =cid]<p style=”text-align:center; color:black”>{callsign}</p> [/jsoncontentimporter]
 * However, we trying to display the further information with this code –
 * [jsoncontentimporter url=https://miguelarmas.ca/vatsim/mufh-flights.json basenode
   =”cid”]{subloop-array=flight_plan}<p style=”text-align:center; color:black”>{
   aircraft_short}</p>{/subloop-array:flight_plan} [/jsoncontentimporter]
 * We aren’t getting any data too display. I’m pretty sure it’s something I’ve done
   but any assistance would be helpful.
 * Thanks,
 * James
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjson-issue-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/json-issue-5/#post-14177846)
 * Hi James,
 * try this:
 *     ```
       [jsoncontentimporter url=https://miguelarmas.ca/vatsim/mufh-flights.json]
       name: {name} -{subloop:flight_plan:-1}aircraft_short: {flight_plan.aircraft_short}{/subloop:flight_plan} <hr>
       [/jsoncontentimporter]
       ```
   
 * Bernhard

Viewing 1 replies (of 1 total)

The topic ‘JSON issue’ 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: [5 years, 3 months ago](https://wordpress.org/support/topic/json-issue-5/#post-14177846)
 * Status: resolved