Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I am currently trying to see if it's possible to use APIs to access data in a list of potential umbraco sites. If it's possible, what would I need to do?
Could someone help me find good examples/tutorials to use for this?
Thanks in advance.
If you are hosting your site with Umbraco Cloud then this exposes a REST-style API for reading content. See https://our.umbraco.com/documentation/Umbraco-Cloud/Cloud-API/
There is also an older Umbraco Rest API that is no longer used - but which should still probably work - that you can use or modify - see https://github.com/umbraco/UmbracoRestApi and https://24days.in/umbraco-cms/2015/umbraco-rest-api/
Or, if you want to use the latest tech, then check out the GraphQL API for Umbraco at https://github.com/rasmusjp/umbraco-graphql
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Access Umbraco site data with an API?
Hello,
I am currently trying to see if it's possible to use APIs to access data in a list of potential umbraco sites. If it's possible, what would I need to do?
Could someone help me find good examples/tutorials to use for this?
Thanks in advance.
If you are hosting your site with Umbraco Cloud then this exposes a REST-style API for reading content. See https://our.umbraco.com/documentation/Umbraco-Cloud/Cloud-API/
There is also an older Umbraco Rest API that is no longer used - but which should still probably work - that you can use or modify - see https://github.com/umbraco/UmbracoRestApi and https://24days.in/umbraco-cms/2015/umbraco-rest-api/
Or, if you want to use the latest tech, then check out the GraphQL API for Umbraco at https://github.com/rasmusjp/umbraco-graphql
is working on a reply...