[GH-ISSUE #11346] Website - Models List #7485

Closed
opened 2026-04-12 19:33:53 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Notbici on GitHub (Jul 9, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11346

I know it isn't the application specific feature, but maybe it could serve a CLI purpose in the future one day.

Can we add a very basic JSON output for https://ollama.com/search?o=newest

Currently people scrape the site, I feel like aggregating the models and spitting JSON instead of a rendered view might be a nicer way to reduce some bandwidth but also can be used in the future to build a CLI utility to search and download models without having to visit the site -> search -> figure out what quants are listed -> download

One thing Trello does is allows you to use a .json extension, or even just headers to determine how to render the output.

https://ollama.com/search?o=newest.json -> JSON output of whatever would have been rendered would be great, or using content type application/json.

Originally created by @Notbici on GitHub (Jul 9, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11346 I know it isn't the application specific feature, but maybe it could serve a CLI purpose in the future one day. Can we add a very basic JSON output for https://ollama.com/search?o=newest Currently people scrape the site, I feel like aggregating the models and spitting JSON instead of a rendered view might be a nicer way to reduce some bandwidth but also can be used in the future to build a CLI utility to search and download models without having to visit the site -> search -> figure out what quants are listed -> download One thing Trello does is allows you to use a `.json` extension, or even just headers to determine how to render the output. https://ollama.com/search?o=newest.json -> JSON output of whatever would have been rendered would be great, or using content type application/json.
GiteaMirror added the feature request label 2026-04-12 19:33:53 -05:00
Author
Owner

@rick-github commented on GitHub (Jul 9, 2025):

#286

<!-- gh-comment-id:3052973757 --> @rick-github commented on GitHub (Jul 9, 2025): #286
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7485