Locu api alternatives for menu items? - api

This post suggest that Locu Api is no longer available
How to access Locu API
I am wondering is there an alternatives for restaurant menu api specifically for Yelp Dataset.

Related

How to access page history (page updates) through Notion API

I don't seem to find an answer to this anywhere, including the Notion official API docs, so here is my question:
How do you request a page history thorough the Notion API. The stuff that is available by pressing the "Updates" button in the app UI
Please advise.
There is currently no way to do that through the official API.
We will just have to wait and see if Notion decides to add this functionality to their API (see https://developers.notion.com/changelog).

How to work with Dropbox Paper TODOs via API?

I have gone through the API documentation on the Dropbox website, and have found the section that relates to Paper, however I don't see a way to work with the TODO's for a document or a user.
Is this something that is not yet supported or have I missed it ?
The Dropbox API doesn't offer a way to interact with Paper to-do items unfortunately, but I'll pass this along as a feature request.

How can I detect if a store has 'Advanced Shopify' through the API

Shopify has various levels of service that has include various features.
https://www.shopify.com/pricing
I only want to show features of my Shopify app, to customers that have those features.
Is there a way to detect, via the Shopify API, what version of Shopify my customers have?
For example I want to know if someone connecting to my app with their Shopify store, has 'Advanced Shopify' so I can show them specific features.
I have looked through the Shopify APIs a lot, https://help.shopify.com/api/reference, and googled it extensively, haven't seen anything.
You can get store type information by accessing /admin/shop.json of the store using api.
Check the "plan_name" attribute of the json.
Refer this for more.

Any way to get a Restaurant menu from Yelp! API

Trying to extract some menu data from a restaurant on Yelp using the v2.0 API. The only thing i am getting via the API response is a menu_provider field which i don't know how to use - any ideas?
My understanding is that Yelp gets their menu information from Locu (and potentially other sources), so they won't share that via their API.
Per their documentation, they provide menu_provider and menu_date_updated, but not actual menu data in their API.
Documentation: http://www.yelp.com/developers/documentation/v2/business
TechCrunch article on partnership: http://techcrunch.com/2013/04/23/yelp-partners-with-locu-allowing-businesses-to-post-menus-daily-specials-photos-to-yelp-in-real-time/

Locu menu data on Foursquare API

I understand that menu data is available on Foursquare API via https://api.foursquare.com/v2/venues/VENUE_ID/menu
However, the Locu menu data set doesn't seem to be available.
For example, menu data is available for Da Mario:
https://foursquare.com/v/da-mario/4ac518daf964a520d8a820e3/menu
But this menu data is unavailable via the Foursquare API:
https://api.foursquare.com/v2/venues/4ac518daf964a520d8a820e3/menu? [+ other parameters including oauth token]
Why is Locu menu data unavailable via the Foursquare API?
Thanks!
Unfortunately, Foursquare isn't allowed to redistribute Locu menu data through its API. Wish there were a better answer than this, but you can perhaps take a look at Locu's own API for some ideas on how you can get access to the data you'd like.