---
title: "Get open pull requests"
method: GET
path: "/api/git/pullRequests"
tags: ["git"]
---

# Get open pull requests

`GET /api/git/pullRequests`

Returns open pull requests on FalconChristmas/fpp via GitHub API, proxied so the browser does not call api.github.com directly. Each entry contains the PR number, title, author, head ref/repo, and draft flag. The Developer settings page maps this to the Branch dropdown when Git Remote is Pull Requests (#NUM - USER).

## Response `200`

Open PR list

- unknown[]
  - unknown

## Changes

- **2026-09-12** `d46851e0a916` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/git/pullRequests/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/falconchristmas/apis/fpp-api/revisions/3b9c0bed4e0c?raw)
