{"id":25814553,"url":"https://github.com/giorgosk/views_list_json","last_synced_at":"2026-05-14T04:43:13.740Z","repository":{"id":278052888,"uuid":"175160873","full_name":"GiorgosK/views_list_json","owner":"GiorgosK","description":"Drupal 8 views list returned in json format","archived":false,"fork":false,"pushed_at":"2019-04-03T22:18:44.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T19:22:54.688Z","etag":null,"topics":["drupal-8","rest-api","views"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GiorgosK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-12T07:50:56.000Z","updated_at":"2023-03-04T17:47:57.000Z","dependencies_parsed_at":"2025-02-17T19:22:57.374Z","dependency_job_id":"e4bd7e88-3764-492e-b87e-897dd4d016fc","html_url":"https://github.com/GiorgosK/views_list_json","commit_stats":null,"previous_names":["giorgosk/views_list_json"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiorgosK%2Fviews_list_json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiorgosK%2Fviews_list_json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiorgosK%2Fviews_list_json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiorgosK%2Fviews_list_json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GiorgosK","download_url":"https://codeload.github.com/GiorgosK/views_list_json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241095031,"owners_count":19908749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drupal-8","rest-api","views"],"created_at":"2025-02-28T03:30:50.698Z","updated_at":"2026-05-14T04:43:08.713Z","avatar_url":"https://github.com/GiorgosK.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Views List Drupal Rest API resource\n\nWas coded as an exercise [in response to this question in stackexchange ](https://drupal.stackexchange.com/questions/277586/export-json-sitemap-of-views).\n\n## How to use\n- enable the module \n- visit `views_list_json/views_list` you should get a response like\n ```\n{\n    view_id: \"block_content\",\n    displays: [\n        {\n            id: \"default\"\n        },\n        {\n            id: \"page_1\"\n        }\n    ]\n    },\n    {\n        view_id: \"comment\",\n        displays: [\n        {\n            id: \"default\"\n        },\n        {\n            id: \"page_published\"\n        },\n        {\n            id: \"page_unapproved\"\n        }\n    ]\n},\n ```\n\n## More information\n- [Custom rest resource](https://www.drupal.org/docs/8/api/restful-web-services-api/custom-rest-resources)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiorgosk%2Fviews_list_json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiorgosk%2Fviews_list_json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiorgosk%2Fviews_list_json/lists"}