Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a CMS that just outputs JSON data.
I've done some research and found a few possibilities.
But all the 'API based' CMS I found were hosted in the cloud.
A few examples that are exactly what I want.. but in the cloud:
https://www.contentful.com
https://prismic.io
https://buttercms.com
https://www.cloudcms.com
I'm looking for a CMS with functionality like this but hosted myself.
Requirements for the CMS I'm looking for:
A user can add/update data in the CMS
Can create a custom object template in the CMS. For example: an object with a title, rating, image, short intro and a full text
I can request a URL and I get a JSON output with the data
I only need to GET content no to add new data. (not a problem if this is also possible to :)
Thanks for your time.
You can try my framework,
admin: http://123.bl.ee/cms/objengine/admin.php?userid=cms.sa
pass: tim
Admin user can define custom object, regular user can add/update/delete data.
JSON output:
http://123.bl.ee/cms/objengine/ajax.php?objectname=ExampleObject
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have looked all over google for hours trying to find a good JSON Schema documentation generator, but I can't seem to find any good ones. Every one listed on http://json-schema.org/implementations has some problem. For Matic, I don't like the look (Actually having brackets, and showing $schema), for Doca, it doesn't work on windows, and for Docson, it can't handle infinite loops. Basically, I want a JSON Schema documentation generator that can
Handle infinite reference loops in a good way
Can work on windows
Has an output that doesn't show the output like Matic, but more like Docson.
Has a static output, so the user doesn't have to click anything
I found a hit that works very well. https://github.com/bootprint/bootprint-json-schema is a node module that has the perfect system.
https://github.com/adobe/jsonschema2md - As it's name suggests, generated Markdown from JSON Schema files.
There is also PRMD, although I think it has similar limitations:
https://github.com/interagent/prmd
Hopefully with JSON Hyper-Schema draft-07 about to be published, there will be a new generation of API documentation systems to follow.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to get all skin names for CS:GO. But I can't find API for use market. Early was some information here: http://steamcommunity.com/dev
but now, I can't find it.
Please give me API documentation, for operate with market and skins.
There is no API endpoint like this defined. There never was.
There are different solutions:
Parse the steam market. I would not recommend this because you will get rate limited really fast and you need to parse HTML
You can use SteamAPI.io or Steamlytics which both provide a proper API endpoint to get all item information (you can get the lists for free, just signup there and do the api call)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
What I need is a very large list of web proxies in a format which can be easily parsed with a program (JSON for example).
My application will randomly choose a web proxy in the list and will use it to do some requests.
I don't think that this detail is important, but my application is coded with C#.
I already found some lists of proxies in txt file, but the quality is very low.
Here is a list of web proxies in JSON format: link compiled from source. Hope it helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm trying to build an application that allows users to look up a specific university and see data about it (admission rate, SAT scores, size, etc.). However, I can't find an API/database that I can use as it doesn't seem like they have a REST API that's accessible via a GET URL request.I saw so many apps having all this information, but I can't find any relevant API.
Does anyone know a way I could access this information? Thanks!
Just figured it out. Turns out you can use the IPEDS database to get this info, but it doesn't offer an API to do it. Go to IPEDS and create a group of institutions you want (ex. all 4-year, degree granting universities in the United States), select what variables you want (address, admission rate, etc.), then finally export the data in CSV. If you want the data in a less terrible format, just convert it to JSON or whatever you'd like.
An extensive collection of data in json, csv, pdf, and other formats is at:
http://www.ed.gov/developer
One funny thing: if you take one of their download links:
https://inventory.data.gov/dataset/032e19b4-5a90-41dc-83ff-6e4cd234f565/resource/38625c3d-5388-4c16-a30f-d105432553a4/download/userssharedsdfpostscndryunivsrvy2010dirinfo.csv
and you change the .csv to .json, you still get a csv file.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a open source meme tracker ? I want to create something like techmeme for some specific topic. So is there something in open source that u can use to create ?
Refer to the Memetracker module. Here is an excerpt from its project page:
... uses algorithms in the machinelearningapi to intelligently filter and group content from designated content sources both internal and external. The module's purpose is to find and display to a community in real time the most interesting conversations and memes within a community as they emerge.
Try Pipes.
You can use pipes to combine many feeds into one, and you can sort and filter it.
You can also translate it or turn it into a map!
The data recieved is standard RSS, JSON, ...
It's from Yahoo!