The REST API can be used for straight-up retrieval on any blog that has enabled it. Self-hosteds require an active choice to turn the JSON interface on in Jetpack but once it’s up it’s wide open.
This is not necessarily appreciated by everyone, and that’s somewhat understandable. I picked a blog ID at random here for the /posts/ call:
https://public-api.wordpress.com/rest/v1/sites/2833/posts/
That’s the full output. If you were trying to make life marginally harder for scrapers by only providing excerpts in your RSS feed then this pretty much undoes that. It’s a pretty false sense of security – if your blog is public then it’s scrapeable – but not everyone loves this fact.
For your purposes you can absolutely just use the API to pull individual posts and display them in an alternate manner.
Related Posts:
- What is the difference between “SMS Push” and “WAP Push”?
- Proper usage of wp_is_mobile()?
- Building a custom REST API
- How do I make my blog iPad / iPhone / Android friendly?
- WordPress on WP7
- Developing mobile version of WordPress site
- How can i disable a plugin for a mobile phone?
- How can I make a wp site in a mobile application?
- Why I am getting Parse error: syntax error when I use ‘wp_is_mobile’?
- Mobile Menu Not Showing
- Querying custom fields with Carrington mobile theme
- Is there any mobile application for WordPress? [closed]
- detect screen width in functions
- A URL that links specifically to the mobile version of my site?
- How to disable/enable specific plugins for a mobile theme?
- Elements floating on top of each other when Resizing or checking site on mobile. Twenty Twelve
- Mobile theme not showing correct page after custom re-writes
- My website is not responsive on mobile devices
- Best method for loading content on mobile – issue with wp_is_mobile
- Why is only one page responsive? [closed]
- Strategy for making a mobile version of an existing site? [closed]
- How can I redirect mobile users to diff url, but also allow them to come back to full site
- Open Menu is not working in Mobile view [closed]
- WordPress website loads fine on desktop browsers but Safari for iOS cannot load it completely [closed]
- Static page for desktop or mobile
- $is_iphone – to redirect a page
- Quick login from mobile phone
- Optimal WP Web App Backend for mobile app development
- How can I use my blog page as the homepage but only for mobile/tablet visits?
- Dropdown menu not displaying in handheld slide menu effect
- create a button in the header of the mobile menu in the middle of the logo and the menu accordion
- How to disable the topbar in mobile? [closed]
- WordPress mobil will not scroll
- Disable rendering of objects on mobile/above certain screen resolution
- Adapting “wide with” Gutenberg blocks for mobile
- Close Mobile Slide Menu on Click
- How can I hide/show text only for mobile users?
- Different Home page for Mobile without changing URL
- App in wordpress doesnt fit to mobile screen
- Add audio post from smartphone
- Display posts on a map
- responsive website
- Mobile Menu not working on TwentyThirteen child theme
- change theme when on mobile and also on Ipad portrait view
- Subdomain for WP Mobile Edition and Cloudfare
- How can I stop Jetpack mobile theme from using full size featured images?
- website is viewing as mobile, how do I turn this off?
- Work on two different themes at the same time in wordpress
- How to disable fancybox on small screens
- Add exception to WP Mobile Detector
- Using WordPress as a Mobile App Backend
- WordPress Mobile Edition not working with WP v3.5
- Why doesn’t the mobile version of my website take updates?
- Links not showing up on “AMPforWP”
- Viewing a WordPress website in landscape [closed]
- different startsite for IOS and change menu
- wordpress fancybox responsive mobile or pc version [closed]
- Separate Mobile site
- Not able to see updates my mobile after making updates on wordpress mobile version
- Not working Mobile view and Desktop view properly when we searched on website
- Mobile App Not Posting, Debugging Options
- How to hide or change mobile header logo with Additional CSS or custom PHP
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- What is deserialize and serialize in JSON?
- Python error load JSON code of google API
- How to convert JSON object to JavaScript array?
- jquery loop on Json data using $.each
- How to print to the console in Android Studio?
- Pretty-Printing JSON with PHP
- How to convert an XML string to a dictionary?
- How to create JSON Object using String?
- Convert array to JSON
- Why do i need `typings.json` file in an Angular 2 project?
- How can JavaScript save to a local file?
- What are the differences between JSON and JSONP?
- Create a new user using WP REST API and declare meta object
- get all products of one category
- Gutenberg custom block using only register_block_type() and HTML
- Conditionally load CSS/JS/PHP in wp-admin if using a mobile device
- Mass importing json data into custom fields (postmeta)
- Need help targeting a custom post type with conditional tags
- WordPress – Sync wordpress post with JSON feed
- Multiple amp-image overlays. How to properly do this in wordpress?
- WordPress Unexpected token < in JSON at position 0
- strange issue with user_meta + json_encode/decode
- Loop Performance > JSON files vs. WP_Query vs. REST API
- WP REST API. Configuring JSON routes
- Photo Gallery Plugin and Touch Devices
- How to retrieve WP_Object that is inside an array of another array
- Fetching ten ten records from JSON API in word press
- Received Updateing failed. not a valid JSON response. linked with _locale=user
- exclude particular category in api
- I Want a More Concice Form of Data than an Array
- how to remove/exclude html coding from json file while export?
- Output JSON and no theme
- Is there a way to force Featured image to show as attachement?
- WordPress Rest API Escapes Returned URLs Forward Slash
- Parsing value from Lottie JSON file
- Convert acf/gutenberg markup to html
- $attributes not defined in block.json PHP template for ACF blocks