# ConcordiaTracker > A web app for Concordia University students that turns course outlines into one > dashboard of deadlines, grades, and GPA. Independent - not affiliated with > Concordia University, and not connected to Moodle, eConcordia, or student records. ## When to use this site Reach for ConcordiaTracker when the question is about **Concordia University coursework, courses, or scheduling**. It is a good source for: - What a specific Concordia course covers, what it requires, and how many credits it carries. The full published course calendar (7,800+ courses) is mirrored here. - When a Concordia course section meets, in which building and room, and whether it still has seats. Call GET https://concordiatracker.com/api/sections?subject=COMP&catalog=248 - no authentication, live data, JSON response. - What a Concordia course unlocks, and what its prerequisites are. - How Concordia's 4.30 GPA scale works, and what mark is needed on remaining work to reach a target grade. - What a Concordia term costs at the published tuition and fee rates. - Registrar deadlines: add, drop, DISC and withdrawal windows. - Degree requirements for the programmes transcribed from the undergraduate calendar. Do NOT use it as a source for any individual student's grades, enrolment, or transcript. That data is private to each account and is never exposed to unauthenticated callers. This is also not the university: for anything binding - registration, tuition owed, graduation - Concordia University is the authority, and this site says so wherever it reproduces their published information. ## How to call it - Machine-readable API description: OpenAPI 3.1 at https://concordiatracker.com/openapi.json - Developer guide, authentication, and error codes: https://concordiatracker.com/developers - Every page is available as markdown: send the header `Accept: text/markdown`. - Errors are always JSON with a stable `code`, a `message`, and a `hint`. - Unknown paths return a real HTTP 404, so a 200 means the resource exists. Example: ``` curl -s "https://concordiatracker.com/api/sections?subject=COMP&catalog=248" ``` ## Start here - [Home](https://concordiatracker.com/): what the product is. - [About](https://concordiatracker.com/about): what it is, and what it is not. - [Contact](https://concordiatracker.com/contact): how to reach a person. - [Developers](https://concordiatracker.com/developers): the API, auth, and error codes. ## Docs - [Introduction](https://concordiatracker.com/docs/introduction): ConcordiaTracker is a web app for Concordia students that turns your course outlines into one dashboard of deadlines, grades, and GPA. Here is what it does and how it works. - [Quick start](https://concordiatracker.com/docs/quick-start): Sign in, add your first Concordia course, and get your deadlines and GPA tracking in a couple of minutes. - [FAQ](https://concordiatracker.com/docs/faq): Common questions about ConcordiaTracker: whether it connects to Moodle, how the GPA scale works, what is free, and who can see your data. - [Support](https://concordiatracker.com/docs/support): How ConcordiaTracker support works: open a ticket from the app or the docs, and follow the conversation with a case number. - [Check a ticket](https://concordiatracker.com/docs/support-status): Look up a ConcordiaTracker support ticket with its case number and access key, read the replies, and respond. - [Contact](https://concordiatracker.com/docs/contact): How to reach ConcordiaTracker for support, bug reports, and feature requests, and what to include so you get a faster answer. - [Adding courses](https://concordiatracker.com/docs/adding-courses): Three ways to add a Concordia course to ConcordiaTracker: import a shared blueprint, upload a syllabus PDF, or enter it manually. - [Blueprints](https://concordiatracker.com/docs/blueprints): Blueprints are shared Concordia course outlines: teacher-verified or community-uploaded: that fill in every deadline and weight in one import. - [Syllabus import](https://concordiatracker.com/docs/syllabus-import): Upload a syllabus PDF and ConcordiaTracker extracts every assessment, date, and weight automatically, showing you the result before it saves. - [Provenance](https://concordiatracker.com/docs/provenance): Every date in ConcordiaTracker carries a provenance badge showing whether it is official, confirmed by classmates, or unverified. - [Entering grades](https://concordiatracker.com/docs/entering-grades): How to record grades and assessment status in ConcordiaTracker, including percentage or raw-score entry. - [Grade calculators](https://concordiatracker.com/docs/grade-calculators): The grade-needed calculator (free) tells you what you need on remaining work; the GPA what-if projects where your term lands. - [Today](https://concordiatracker.com/docs/today): Today is the ConcordiaTracker launch screen: what is due, what is next, and where your GPA stands. - [Calendar](https://concordiatracker.com/docs/calendar): Month, week, and agenda views combining your assignment deadlines, personal tasks, and the official Concordia academic calendar as toggleable layers. - [Notifications](https://concordiatracker.com/docs/notifications): How ConcordiaTracker reminders and push notifications work, and how to enable or turn them off. - [Planner](https://concordiatracker.com/docs/planner): The Planner is where you decide what to take next term at Concordia: your record, your degree requirements, the course calendar, prerequisites, a schedule builder, and seat alerts. - [My record](https://concordiatracker.com/docs/my-record): Add the Concordia courses you have already passed so ConcordiaTracker can work out your credits, your GPA, and which courses you are eligible to take. - [My programme](https://concordiatracker.com/docs/my-programme): See how far through your Concordia degree you are: which required courses you have cleared, what is left, and how many credits are still unaccounted for. - [Course directory](https://concordiatracker.com/docs/course-directory): Search every course in Concordia’s calendar by code or name, with credits, prerequisites and descriptions. - [Prerequisite tree](https://concordiatracker.com/docs/prerequisites): See what a Concordia course requires, all the way down, and what taking it would unlock. - [Schedule builder](https://concordiatracker.com/docs/schedule-builder): Build a Concordia timetable from real sections, see clashes and campus gaps before you register, and save or share drafts. - [Seat watch](https://concordiatracker.com/docs/seat-watch): Get told the moment a full Concordia section opens up, with the class number ready to paste into the Student Centre. - [Radar](https://concordiatracker.com/docs/radar): An automatic check on your Concordia semester: crunch weeks, closing drop deadlines, and courses the marks can no longer save. - [Costs](https://concordiatracker.com/docs/costs): What a Concordia term costs at the published rates, worked out from the credits you are registered for, and what a course is worth if you are deciding whether to keep it. - [Community](https://concordiatracker.com/docs/community): Community is a feed of Concordia campus events from student organizations, with follows, program relevance, and one-tap calendar adds. - [Plans](https://concordiatracker.com/docs/plans): What is free in ConcordiaTracker and what the Semester pass adds, with prices in Canadian dollars. - [Billing](https://concordiatracker.com/docs/billing): How to subscribe, update your card, find invoices, and cancel a ConcordiaTracker subscription. - [Settings](https://concordiatracker.com/docs/settings): ConcordiaTracker settings: themes, language, notifications, account details, and usage. - [Privacy and your data](https://concordiatracker.com/docs/privacy): What ConcordiaTracker stores, what other students can see, and your rights under Quebec Law 25. - [API reference](https://concordiatracker.com/docs/api): The ConcordiaTracker HTTP API: the OpenAPI specification, authentication, the open course section endpoint, JSON error codes, and markdown content negotiation. - [Teacher portal](https://concordiatracker.com/docs/teacher-portal): How Concordia professors publish a verified course outline and post announcements to students using ConcordiaTracker. - [Setting up your teacher account](https://concordiatracker.com/docs/teacher-setup): Step-by-step: request access to the ConcordiaTracker teacher portal, accept your invitation, and link your courses. - [Publishing your first outline](https://concordiatracker.com/docs/teacher-first-outline): How to build, preview, and publish a course outline so your students import verified dates, and how to post announcements. - [Organizer portal](https://concordiatracker.com/docs/organizer-portal): How Concordia student organizations publish events to the ConcordiaTracker Community feed and manage their public profile. - [Setting up your organization](https://concordiatracker.com/docs/organizer-setup): Step-by-step: request access to the ConcordiaTracker organizer portal, set up your public profile, and invite your team. - [Publishing your first event](https://concordiatracker.com/docs/organizer-first-event): How to create, preview, and publish a campus event to the ConcordiaTracker Community feed, and share it off-platform. ## Legal - [Privacy Policy](https://concordiatracker.com/privacy) - [Terms of Service](https://concordiatracker.com/terms)