This module allows you to create Drupal Views that display data sourced directly from an external JSON API, without storing the JSON content in Drupal. You can configure a View to fetch and render data from any JSON source, then select specific fields, apply filters, and sorting.
Views Json Source is an extension of views module to work with external JSON data. Any JSON API can be configured to render the data directly from the JSON through views. The json content is not stored in Drupal.
HOW IT WORKS
- When creating a view choose "Json" on "Show" field.
- Then when editing the view, In "Advanced" section, click "Settings" on "Query settings",
choose the source of the Json data, define the row apath and you're done. - Add one or more fields and set the key value of the field you want to show.
- Optional: Add any filters or sort criteria as required.
- Optional: Make use of Contextual filters as required.