Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
C
CCS Backend
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • monero-project
  • CCS Backend
  • Merge Requests
  • !12

Merged
Created Aug 12, 2019 by xiphon@xiphonMaintainer

api: fix 'projects' endpoint, don't paginate, always return JSON

  • Overview 3
  • Commits 1
  • Changes 2

Fixes monero-site#689 (closed)

Updated projects JSON API endpoint. Will be available at https://ccs.getmonero.org/index.php/projects

Returns all FUNDING-REQUIRED, WORK-IN-PROGRESS and COMPLETED projects.

{
    "data":
    [
        {
            "address": <address>,
            "author": <author>,
            "contributions": <contributions>,
            "date": <date>,
            "percentage_funded": <percentage_funded>,
            "raised_amount": <raised_amount>,
            "state": <state>,
            "target_amount": <target_amount>,
            "title": <title>
        },
        ...
    ]
}
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: api-projects