Knowledge Base: Data API: Search
Search
Please make sure you read the introduction to the data API first.
Arguments
q- (String, the query string to search for)page- (Integer, the results page to return, defaults to 1)with- (Array, only include projects matching one of these tag IDs)without- (Array, don't include projects matching any of these tag IDs)
Request Root
http://freshmeat.net/projects
Search query
GET /search.json
Request:
{
"auth_code": "XXX",
"q": "mysql",
"with": [1,2,3],
"without": [4,5,6],
"page": 1
}
Response:
{
"projects": [
{
"name": "MySQL",
"permalink": "mysql",
}
],
# ...
}-
Projects
-
Subscriptions
-
Licensing
-
Releases
-
Articles
-
Statistics
-
Sections
-
API
-
News
-
Miscellaneous
-
Offtopic
- Could you answer my question about or otherwise help me with this software or hardware?
- Could you help me to find an application for doing this or that?
- I'm new to Linux. How do I get started with it? What distribution should I use?
- Where can I get the freshmeat source code?
- Would you be interested in a link exchange with my site?
- View all