awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesJSON API Servers

Servers that expose database contents or application state through a structured JSON interface for programmatic access.

Distinct from SQLite Integration: Distinct from SQLite Integration: focuses on the API delivery layer rather than the internal database connection logic.

Explore 7 awesome GitHub repositories matching data & databases · JSON API Servers. Refine with filters or upvote what's useful.

Awesome JSON API Servers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • simonw/datasettesimonw 的头像

    simonw/datasette

    11,198在 GitHub 上查看↗

    Datasette is a tool for publishing and sharing SQLite databases as public websites. It functions as a data publishing system that provides searchable interfaces and JSON APIs to expose the contents of SQLite files. The project enables both server-side and client-side execution. It can operate as an API server or as a database browser that runs entirely within a web browser using WebAssembly, allowing for serverless database access. The system supports a variety of deployment strategies, including containerized images for cloud hosting and a local development server for testing. It includes c

    Provides a JSON-based API layer to programmatically expose the contents of SQLite databases.

    Pythonasgiautomatic-apicsv
    在 GitHub 上查看↗11,198
  • lbryio/lbry-sdklbryio 的头像

    lbryio/lbry-sdk

    7,167在 GitHub 上查看↗

    This is a software development kit for building applications that publish and retrieve digital media from a peer-to-peer network. It provides a toolset for decentralized content distribution, enabling the upload and management of digital assets to ensure censorship resistance. The SDK features a dedicated utility for migrating content from YouTube channels into the peer-to-peer network to allow for independent hosting and monetization. It employs a unified set of rules to ensure content remains compatible across different decentralized applications. The system operates through a background d

    Provides a background process that exposes a JSON-RPC interface for external clients to interact with the network.

    Pythonbitcoinbittorrentblockchain
    在 GitHub 上查看↗7,167
  • ponzu-cms/ponzuponzu-cms 的头像

    ponzu-cms/ponzu

    5,757在 GitHub 上查看↗

    Ponzu is a content management framework written in Go that functions as a headless CMS with a built-in JSON API and an automatically generated admin dashboard. It is designed to be compiled into a single binary, serving both the content API and the administrative interface from a single HTTP server. The framework distinguishes itself through automatic HTTPS certificate management via Let's Encrypt, enabling secure HTTP/2 delivery out of the box. It provides compile-time content scaffolding, allowing developers to define custom content types from the command line and generate the corresponding

    Delivers and manages CMS content through a JSON API with automatic admin interface generation.

    Goapiclicms
    在 GitHub 上查看↗5,757
  • kimai/kimaikimai 的头像

    kimai/kimai

    4,757在 GitHub 上查看↗

    Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates professional invoices from recorded timesheets and expenses. It organizes all time records through a mandatory three-level hierarchy of customer, project, and activity, and supports project budget monitoring with configurable time and money limits. The application is extensible through a plugin system that allows adding custom features, invoice templates, reporting views, and dashboard widgets without modifying core files. It provides a RESTful JSON API for programmatic read and w

    A time tracking system that exposes a paginated JSON API for programmatic read and write access to timesheets, customers, and projects.

    PHPdoctrineinvoiceinvoicing
    在 GitHub 上查看↗4,757
  • simonmichael/hledgersimonmichael 的头像

    simonmichael/hledger

    4,059在 GitHub 上查看↗

    hledger is a plain text accounting tool and double-entry ledger manager that stores financial transactions in human-readable text files. It functions as a financial reporting engine for generating balance sheets and income statements, and as a multi-currency investment tracker for managing commodity lots and capital gains. The project distinguishes itself by providing multi-interface data access, allowing users to interact with their financial data via a command line interface, a terminal user interface, and a web server. It features a market-price valuation system to calculate the current va

    Exposes financial data and transaction endpoints through a structured JSON interface for programmatic access.

    Haskellaccountingcommand-line-toolconsole-application
    在 GitHub 上查看↗4,059
  • mevdschee/php-crud-apimevdschee 的头像

    mevdschee/php-crud-api

    3,735在 GitHub 上查看↗

    This project is a PHP SQL REST API generator and database API wrapper that automatically transforms SQL database tables into a functional web interface. It serves as a lightweight layer that maps HTTP methods to SQL commands, allowing for the creation, reading, updating, and deletion of records without writing manual endpoint code. The tool distinguishes itself by providing a dedicated spatial data API gateway for querying and exporting geometry columns using GeoJSON and WKT standards. It also functions as a multi-tenant data API, capable of isolating records for different users through share

    Exposes database contents through a structured JSON interface for programmatic access.

    PHPapi-serverautomatic-apicrud
    在 GitHub 上查看↗3,735
  • cve-search/cve-searchcve-search 的头像

    cve-search/cve-search

    2,593在 GitHub 上查看↗

    cve-search is a vulnerability search engine and database manager designed to index, synchronize, and query CVE and CPE security vulnerability data. It functions as a security data warehouse that imports vulnerability feeds into a local database to enable fast, keyword-based discovery of security flaws. The project provides a web-based vulnerability browser and a programmatic JSON API for retrieving records and risk scores. It utilizes full-text indexing for vulnerability descriptions and implements an identity-verified security portal using the OpenID Connect standard for user authentication.

    Exposes internal vulnerability records through a structured JSON API for integration with external security scanners.

    Pythoncommon-vulnerabilitiescpecve
    在 GitHub 上查看↗2,593
  1. Home
  2. Data & Databases
  3. JSON API Servers

探索子标签

  • Content Delivery JSON ServersServers that deliver and manage CMS content through a JSON API with automatic admin interface generation. **Distinct from JSON API Servers:** Distinct from JSON API Servers: focuses on content management delivery with admin UI generation, not general database or application state exposure.