md internal medicine seats for foreign nationals in ini cet exam data accurate
MD Internal Medicine seats foreign nationals INI CET 2025 2026 AIIMS JIPMER PGI
INI CET foreign national quota seats institute wise MD MS seats 2026
https://www.diginerve.com/blogs/ini-cet-seat-distribution-ai…
"The list of INI-wise and Speciality-wise available seats for Sponsored & Foreign Nationals will be accessible through the Seats Available Tab on or before starting of completion of application."
| Institute | MD General Medicine - Total Seats |
|---|---|
| PGIMER Chandigarh | 17 |
| AIIMS New Delhi | 11 |
| JIPMER Puducherry | 4 |
| AIIMS Bhopal, Jodhpur, etc. | 2-4 (varies) |
Get latest Foreign National seat list from official INI CET portal (Seats Available tab)
INI CET July 2026 foreign national sponsored seats available list aiimsexams.ac.in
https://aiimsexams.ac.in
https://docs.aiimsexams.ac.in/sites/2_PROSPECTUS%20PART-A%20…
site:aiimsexams.ac.in INI-CET foreign national seats 2026 PDF
https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_J…
"INI-CET" "July 2026" "foreign national" "seat position" sponsored PDF docs.aiimsexams.ac.in
| Seats | Institute | Category |
|---|---|---|
| 4 | AIIMS Rishikesh | Sponsored/Foreign National (combined) |
| 2 | PGIMER Chandigarh | Foreign National |
| 5 | PGIMER Chandigarh | Sponsored |
| 1 | PGIMER Chandigarh | Bhutanese National |
| Available at AIIMS New Delhi | Sponsored/Foreign National | (numbers vary - in Jan 2025 session: part of ~combined listing) |
| JIPMER Puducherry | Not listed for General Medicine in July 2025 FN list | - |
MP0303000E22201 as Sponsored/Foreign National (combined pool).docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY_2025-FN_SPON-02.04.2025.pdfhttps://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY_2026-FN_SPON.pdf| Feature | Detail |
|---|---|
| Institutes offering FN seats for MD Medicine | AIIMS New Delhi, AIIMS Rishikesh (combined Sponsored/FN), PGIMER Chandigarh (separate FN + Sponsored rows) |
| Typical FN seats at PGIMER for MD Medicine | 1-2 Foreign National + 5 Sponsored |
| Typical FN seats at AIIMS New Delhi | Combined Sponsored/FN pool, usually 1-2 |
| Seat availability varies session to session | Yes - each INI decides independently each session |
| Not interchangeable with Indian National seats | Confirmed - strictly separate pools |
Download the July 2026 FN seat PDF directly from aiimsexams portal notices section
curl -s "https://aiimsexams.ac.in/landingpage/notice" -A "Mozilla/5.0" | grep -i "foreign\|FN_SPON\|seat_position\|sponsored" | head -30
# Try predictable URL patterns for July 2026 FN seat PDF for url in \ "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY_2026-FN_SPON.pdf" \ "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY_2026_%20FN_SPON.pdf" \ "https://docs.aiimsexams.ac.in/sites/SEAT_POSITION_INICET_JULY_2026_FN_SPON.pdf" \ "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JUL_2026-FN_SPON.pdf"; do code=$(curl -o /dev/null -s -w "%{http_code}" "$url") echo "$code $url" done
# Fetch the notices page with JS rendering workaround - try the API endpoint curl -s "https://aiimsexams.ac.in/api/notices" -A "Mozilla/5.0" | head -100
# Try fetching the AIIMS exams portal directly for INI-CET notices/documents curl -s "https://aiimsexams.ac.in/advertisement/seats-available" -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" | grep -i "foreign\|FN\|sponsored\|seat.position\|2026\|pdf" | head -40
# The portal uses Next.js SSR with API calls - try the backend API directly # Look for the notices API endpoint curl -s "https://aiimsexams.ac.in/api/advertisement/notices" -A "Mozilla/5.0" | python3 -c "import sys,json; data=json.load(sys.stdin); print(json.dumps(data, indent=2))" 2>/dev/null | grep -i "foreign\|FN\|sponsor\|seat\|INI.CET\|2026" | head -30 # Also try the AIIMS docs server directly for predictable FN seat PDFs curl -s -o /dev/null -w "%{http_code}" "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY_2026-FN_SPON-28.03.2026.pdf" echo "" curl -s -o /dev/null -w "%{http_code}" "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY_2026_%20FN_SPON-28.03.2026.pdf" echo "" curl -s -o /dev/null -w "%{http_code}" "https://docs.aiimsexams.ac.in/sites/SEAT_POSITION_INICET_JUL_2026_FN_SPON.pdf"
# Try the rrpdocuments S3 bucket approach (seen in earlier extract from the portal) # The live portal serves PDFs from rrpdocuments.aiimsexams.ac.in/ # Try to find if there's a public listing or known URL pattern for FN seat position # Also check Scribd for the Jan 2026 FN document which was indexed curl -s "https://www.scribd.com/document/949503832/1759253551905-507864178-2" -A "Mozilla/5.0" | grep -i "medicine\|foreign\|seat\|sponsored" | head -20
INI CET July 2026 foreign national seat position notice PDF download aiimsexams
# The FN seat notice was uploaded on 28.03.2026 per prospectus # Try various date-stamped filename patterns for url in \ "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY_2026-FN_SPON-28.03.2026.pdf" \ "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY_2026_%20FN_SPON-28.03.2026.pdf" \ "https://docs.aiimsexams.ac.in/sites/SEAT_POSITION_FN_SPON_INICET_JULY_2026.pdf" \ "https://docs.aiimsexams.ac.in/sites/FN_SPON_SEAT_POSITION_INICET_JULY_2026.pdf" \ "https://docs.aiimsexams.ac.in/sites/1_NOTICE_SEAT_POSITION_INICET_JULY_2026_FN_SPON.pdf" \ "https://docs.aiimsexams.ac.in/sites/NOTICE_SEAT_POSITION_FN_SPON_INICET_JULY_2026.pdf"; do code=$(curl -o /dev/null -s -w "%{http_code}" "$url" -A "Mozilla/5.0") echo "$code $url" done
"docs.aiimsexams.ac.in" "JULY_2026" "FN" OR "foreign" filetype:pdf seat position sponsored
# The portal now uses rrpdocuments S3 bucket with signed URLs - those expire # Let's try the AIIMS exams API endpoints to find the actual document links # Try the backend API that powers the seats-available page for endpoint in \ "https://aiimsexams.ac.in/api/ini-cet/seats-available" \ "https://aiimsexams.ac.in/api/seats" \ "https://aiimsexams.ac.in/api/advertisement/seat-position" \ "https://aiimsexams.ac.in/api/notice/ini-cet"; do code=$(curl -o /dev/null -s -w "%{http_code}" "$endpoint" -A "Mozilla/5.0" -H "Accept: application/json") echo "$code $endpoint" done
INI CET 2026 "foreign national" "sponsored" seat position notice "medicine" institute wise list
# Try the /api/seats endpoint that returned 200 curl -s "https://aiimsexams.ac.in/api/seats" -A "Mozilla/5.0" -H "Accept: application/json" | python3 -c " import sys, json try: data = json.load(sys.stdin) print(json.dumps(data, indent=2)[:3000]) except: content = sys.stdin.read() print(content[:3000]) " 2>/dev/null || curl -s "https://aiimsexams.ac.in/api/seats" -A "Mozilla/5.0" | head -c 3000
# Try to find the Scribd document for Jan 2026 FN seats (indexed in earlier search) # Also try the January 2026 FN seat PDF from docs.aiimsexams.ac.in curl -s -L "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JANUARY_2026-%20FN_SPON.pdf" \ -o /tmp/workspace/inicet_jan2026_fn.pdf -w "%{http_code}" -A "Mozilla/5.0" echo "" # Also try July 2026 with slightly different patterns for url in \ "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JULY2026-FN_SPON.pdf" \ "https://docs.aiimsexams.ac.in/sites/INICET_JULY_2026_FN_SPON_SEAT_POSITION.pdf" \ "https://docs.aiimsexams.ac.in/sites/SEAT_POSITION_INICET_JULY_2026_FOREIGN_NATIONAL.pdf"; do code=$(curl -o /dev/null -s -w "%{http_code}" "$url" -A "Mozilla/5.0") echo "$code $url" done
# Try downloading the January 2026 FN document (Scribd had it indexed as "INI-CET PG Course Seat Positions 2026") # The file was uploaded to Scribd at document ID 949503832 # Let's try fetching the Jan 2026 FN PDF directly - it follows the same pattern as July 2025 curl -s -L "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JANUARY_2026_FN_SPON.pdf" \ -o /tmp/workspace/inicet_jan2026_fn.pdf -w "%{http_code}" -A "Mozilla/5.0" echo "" curl -s -L "https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_JANUARY_2026-FN_SPON-28.09.2025.pdf" \ -o /tmp/workspace/inicet_jan2026_fn2.pdf -w "%{http_code}" -A "Mozilla/5.0"
https://www.sartha.in/blogs/ini-cet-july-2026-seat-matrix-pd…
rrpdocuments.aiimsexams.ac.in). These URLs:X-Amz-Expires=18000 parameter)docs.aiimsexams.ac.in/sites/ static file server, which hosted previous session PDFs (July 2025, January 2025), no longer hosts the July 2026 FN document - all 12+ URL pattern variants returned 404.| Institute | Category | MD Medicine Seats |
|---|---|---|
| PGIMER Chandigarh | Foreign National | 2 |
| PGIMER Chandigarh | Sponsored | 5 |
| PGIMER Chandigarh | Bhutanese National | 1 |
| AIIMS Rishikesh | Sponsored/Foreign National (combined) | 4 |
| AIIMS New Delhi | Sponsored/Foreign National (combined) | listed in Part B |
so i am from nepal and i am going to give exam of ini cet 2026 november session as a foreign national so at what rank i can get md internal medicine in aiims delhi and pgi chandigarh
INI CET foreign national closing rank cutoff MD Medicine AIIMS Delhi PGIMER Chandigarh 2024 2025
INI CET November 2026 January 2027 session foreign national Nepal eligibility schedule
https://docs.aiimsexams.ac.in/sites/1_SEAT_POSITION_INICET_J…
INI CET foreign national rank allotted MD General Medicine AIIMS New Delhi PGI result 2024 2025
| Category | Minimum Percentile |
|---|---|
| Foreign National | 50th percentile |
| Rank | Institute | Subject Allotted |
|---|---|---|
| 1068 | PGIMER Chandigarh | General Medicine |
| 1373 | PGIMER Chandigarh | General Medicine |
| 2798 | AIIMS Bhopal | General Medicine |
| 2896 | AIIMS Rishikesh | General Medicine |
| 4806 | AIIMS Rishikesh | General Medicine |
| 5439 | AIIMS Rishikesh | General Medicine |
| 5673 | AIIMS Rishikesh | General Medicine |
| 6248 | AIIMS Bhopal | General Medicine |
| Session | FN Seats in MD Medicine | Closing Rank (overall) |
|---|---|---|
| July 2024 | 3 FN | Not published separately |
| January 2025 (Round 1) | 2+ | ~1068 to ~1373 |
| July 2025 | 2 FN | ~comparable |
noc process
NOC process foreign national INI CET Ministry of Health Family Welfare India Nepal how to apply
NOC Ministry Health Family Welfare India foreign national medical PG admission how to apply online mohfw.gov.in Nepal
MoHFW NOC foreign national PG medical admission India application procedure letter format mohfw.gov.in 2025 2026
You → Indian Embassy, Nepal → MEA India → MoHFW India → NOC issued
| Task | When to Start |
|---|---|
| Contact Indian Embassy, Kathmandu | At least 2-3 months before exam |
| NOC processing at MoHFW | Takes 4-8 weeks after submission |
| Registration on aiimsexams.ac.in | August-September 2026 (expected) |
| NOC deadline (approx) | Around exam date - November 2026 |
i dont have passport at the moment i have given the passport to make it will take around 35-40 days so how will i further proceed and i also dont have internship completion certificate as my internship is ending in august 19 2026
INI CET November 2026 registration dates internship completion deadline January 2027 session eligibility
INI CET November 2026 internship completion deadline "January 2027" "31st January 2027" foreign national
| Session | Internship must be completed by |
|---|---|
| January session | 31st January of that year |
| July session | 31st July of that year |
| Date | Action |
|---|---|
| Now (July 2026) | Study for exam - you have ~3.5 months |
| ~August 20-25 | Get passport back |
| August 19 | Finish internship |
| Late August | Apply for NOC at Indian Embassy Kathmandu + collect internship completion certificate from your institution |
| September 2026 | INI CET November registration opens - register immediately |
| September-October | Upload NOC + internship certificate during final registration |
| 1 November 2026 | Write the exam |
give me this year may 2026 inicet foreigner rank that got admitted in aimms colleges and pgi chandigarh real data if not there need tentative data
INI CET July 2026 round 1 2 seat allotment foreign national result PDF docs.aiimsexams.ac.in
# Try to download the actual July 2026 Round 1 and Round 2 allotment PDFs from docs.aiimsexams.ac.in for url in \ "https://docs.aiimsexams.ac.in/sites/1_250_InICET_Jul_26_1st_Round_Final.pdf" \ "https://docs.aiimsexams.ac.in/sites/INICET_Jul_26_1st_Round-Website.pdf" \ "https://docs.aiimsexams.ac.in/sites/INICET_July_26_1st_Round-Website.pdf" \ "https://docs.aiimsexams.ac.in/sites/1-250-InICET-Jul-26-1st-Round-Final.pdf" \ "https://docs.aiimsexams.ac.in/sites/Website-INICET_Jul_26_1st_Round.pdf" \ "https://docs.aiimsexams.ac.in/sites/INICET_Jul_26_2nd_Round-Website.pdf" \ "https://docs.aiimsexams.ac.in/sites/Website-INICET_Jul_26_2nd_Round.pdf"; do code=$(curl -o /dev/null -s -w "%{http_code}" "$url" -A "Mozilla/5.0") echo "$code $url" done
"INI CET" "July 2026" "foreign national" allotment round 1 round 2 medicine rank site:docs.aiimsexams.ac.in OR site:scribd.com
# The July 2025 mock round PDF was found - let's get the actual July 2025 Round 1 and Round 2 data # which is the most recent available allotment with foreign national ranks curl -s -L "https://docs.aiimsexams.ac.in/sites/INICET_Jul_25_1st_Round-Website.pdf" \ -o /tmp/workspace/inicet_jul25_r1.pdf -w "%{http_code}" -A "Mozilla/5.0" echo "" curl -s -L "https://docs.aiimsexams.ac.in/sites/Website-INICET_Jul_25_2nd_Round.pdf" \ -o /tmp/workspace/inicet_jul25_r2.pdf -w "%{http_code}" -A "Mozilla/5.0" echo "" # Also try to get July 2026 round 1 with similar naming convention to July 2025 curl -s -L "https://docs.aiimsexams.ac.in/sites/INICET_Jul_26_1st_Round-Website.pdf" \ -o /tmp/workspace/inicet_jul26_r1.pdf -w "%{http_code}" -A "Mozilla/5.0"
# The July 2025 Scribd document was indexed - let's download the mock round PDF which worked curl -s -L "https://docs.aiimsexams.ac.in/sites/INICET_Jul_25_Mock_Round-Website.pdf" \ -o /tmp/workspace/inicet_jul25_mock.pdf -w "%{http_code}" -A "Mozilla/5.0" echo "" ls -lh /tmp/workspace/inicet_jul25_mock.pdf 2>/dev/null || echo "file not saved"
INI CET July 2026 "1st round" OR "round 1" seat allotment foreign national general medicine rank PDF download
# Read the skill file for PDFs first
# Extract foreign national section from the July 2025 mock round PDF we downloaded python3 -c " import pdfplumber with pdfplumber.open('/tmp/workspace/inicet_jul25_mock.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') # Search for foreign national section for i, page in enumerate(pdf.pages): text = page.extract_text() if text and ('Foreign' in text or 'Sponsored' in text or 'foreign' in text): if 'Medicine' in text or 'General Medicine' in text or 'AIIMS' in text or 'PGIMER' in text: print(f'--- Page {i+1} ---') print(text[:3000]) print() " 2>/dev/null | head -200
An error occurred (ValidationException) when calling the InvokeCodeInterpreter operation: Code interpreter session 01KXJG62JTHS96NF8KEMJF01MT is not active
We encountered an error while processing your request. Please try again or reach out to us for help.
give me this year may 2026 inicet foreigner rank that got admitted in aimms colleges and pgi chandigarh real data if not there need tentative data
# Try all naming patterns for July 2026 allotment PDFs for url in \ "https://docs.aiimsexams.ac.in/sites/INICET_Jul_26_1st_Round-Website.pdf" \ "https://docs.aiimsexams.ac.in/sites/INICET_Jul_2026_1st_Round-Website.pdf" \ "https://docs.aiimsexams.ac.in/sites/1-250-InICET-Jul-26-1st-Round-Final.pdf" \ "https://docs.aiimsexams.ac.in/sites/1_250_InICET_Jul_26_1st_Round_Final.pdf" \ "https://docs.aiimsexams.ac.in/sites/INI_CET_Jul_2026_Round1_Allotment.pdf" \ "https://docs.aiimsexams.ac.in/sites/INICET_July_2026_Round1_Website.pdf" \ "https://docs.aiimsexams.ac.in/sites/Website_INICET_Jul_26_1st_Round.pdf" \ "https://docs.aiimsexams.ac.in/sites/Website-INICET_Jul_26_1st_Round.pdf" \ "https://docs.aiimsexams.ac.in/sites/Website-INICET_Jul_26_2nd_Round.pdf" \ "https://docs.aiimsexams.ac.in/sites/INICET_Jul_26_Mock_Round-Website.pdf"; do code=$(curl -o /dev/null -s -w "%{http_code}" "$url" -A "Mozilla/5.0") echo "$code $url" done
# Also download July 2025 round 1 actual result (not mock) - try multiple patterns for url in \ "https://docs.aiimsexams.ac.in/sites/INICET_Jul_25_1st_Round-Website.pdf" \ "https://docs.aiimsexams.ac.in/sites/1-250-InICET-Jul-25-1st-Round-Final.pdf" \ "https://docs.aiimsexams.ac.in/sites/1_250_InICET_Jul_25_1st_Round_Final.pdf" \ "https://docs.aiimsexams.ac.in/sites/Website-INICET_Jul_25_1st_Round.pdf" \ "https://docs.aiimsexams.ac.in/sites/Website-INICET_Jul_25_2nd_Round.pdf"; do code=$(curl -o /dev/null -s -w "%{http_code}" "$url" -A "Mozilla/5.0") echo "$code $url" done
# Portal moved to signed S3 URLs. Let's extract the July 2025 mock round PDF we already have # and also try the Scribd document for July 2025 allotment results mkdir -p /tmp/workspace python3 << 'EOF' import pdfplumber with pdfplumber.open('/tmp/workspace/inicet_jul25_mock.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') foreign_pages = [] for i, page in enumerate(pdf.pages): text = page.extract_text() or "" if 'Foreign' in text and ('Medicine' in text or 'AIIMS' in text or 'PGIMER' in text or 'Chandigarh' in text): foreign_pages.append(i+1) print(f"Pages with Foreign National + institute data: {foreign_pages}") # Print those pages for pg in foreign_pages[:5]: print(f"\n=== PAGE {pg} ===") text = pdf.pages[pg-1].extract_text() or "" print(text[:4000]) EOF
mkdir -p /tmp/workspace # Re-download the July 2025 mock round PDF (confirmed 200 earlier) curl -s -L "https://docs.aiimsexams.ac.in/sites/INICET_Jul_25_Mock_Round-Website.pdf" \ -o /tmp/workspace/inicet_jul25_mock.pdf -A "Mozilla/5.0" -w "%{http_code}" echo "" ls -lh /tmp/workspace/inicet_jul25_mock.pdf # Also try the Scribd July 2025 seat allocation doc curl -s -L "https://docs.aiimsexams.ac.in/sites/1_250_InICET_Jul_25_1st_Round-Final.pdf" \ -o /tmp/workspace/inicet_jul25_r1.pdf -A "Mozilla/5.0" -w "%{http_code}" echo ""
python3 << 'EOF' import pdfplumber with pdfplumber.open('/tmp/workspace/inicet_jul25_mock.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') # Find pages with Foreign National section for i, page in enumerate(pdf.pages): text = page.extract_text() or "" if 'Foreign' in text and ('AIIMS' in text or 'PGIMER' in text or 'JIPMER' in text): print(f"\n=== PAGE {i+1} ===") print(text[:5000]) EOF
An error occurred (ConflictException) when calling the InvokeCodeInterpreter operation: The session 01KXJGJXNMF2GC1M1PKNMPX3DY was terminated on user request before the request could complete.
We encountered an error while processing your request. Please try again or reach out to us for help.