find_satellites_above

List satellites above an observer within an angular search radius.

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/n2yo/find_satellites_above/?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace {observer_lat}, {observer_lon}, {observer_alt_m}, {radius_deg}, {category_id} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
observer_latrequirednumberObserver latitude in WGS84 decimal degrees.
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees.
observer_alt_moptionalnumberObserver altitude above sea level in metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees.
category_idoptionalintegerN2YO category id; 0 means all categories, 1 brightest.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "n2yo",
  "operation": "find_satellites_above",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: decimal number. Observer latitude in WGS84 decimal degrees.
Type: decimal number. Observer longitude in WGS84 decimal degrees.
Type: decimal number. Observer altitude above sea level in metres.
Type: integer. Search radius from 0 to 90 degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-08-02T20:50:43Z in 1.601 seconds.

info:
category:
ANY
transactionscount:
4
satcount:
129
above:

25 results

  1. satid:
    746
    satname:
    ELEKTRON 1
    intDesignator:
    1964-006A
    launchDate:
    1964-01-30
    satlat:
    55.6011
    satlng:
    -13.3193
    satalt:
    4518.8428
  2. satid:
    2176
    satname:
    OPS 0082 (TRANSIT 13)
    intDesignator:
    1966-041A
    launchDate:
    1966-05-19
    satlat:
    65.1814
    satlng:
    0.747
    satalt:
    930.2233
  3. satid:
    4841
    satname:
    DELTA 1 DEB
    intDesignator:
    1968-055D
    launchDate:
    1968-07-04
    satlat:
    47.777
    satlng:
    10.7934
    satalt:
    5753.9867
  4. satid:
    4992
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025HN
    launchDate:
    1970-04-08
    satlat:
    65.764
    satlng:
    6.9551
    satalt:
    1049.1755
  5. satid:
    6265
    satname:
    COSMOS 530
    intDesignator:
    1972-087C
    launchDate:
    1972-11-01
    satlat:
    65.5033
    satlng:
    10.2841
    satalt:
    1447.0979
  6. satid:
    7477
    satname:
    SL-8 R/B
    intDesignator:
    1974-079B
    launchDate:
    1974-10-18
    satlat:
    61.6068
    satlng:
    0.426
    satalt:
    981.2139
  7. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    55.1631
    satlng:
    1.7382
    satalt:
    27656.0284
  8. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    56.7008
    satlng:
    6.5041
    satalt:
    37424.2809
  9. satid:
    8084
    satname:
    DELTA 1 DEB
    intDesignator:
    1972-058DK
    launchDate:
    1972-07-23
    satlat:
    61.5388
    satlng:
    11.518
    satalt:
    1467.2191
  10. satid:
    8595
    satname:
    THORAD DELTA 1 DEB
    intDesignator:
    1974-089DJ
    launchDate:
    1974-11-15
    satlat:
    64.966
    satlng:
    -5.8915
    satalt:
    1609.4114
  11. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    60.5573
    satlng:
    44.7134
    satalt:
    21807.1198
  12. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    60.8679
    satlng:
    7.2261
    satalt:
    32411.0794
  13. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    49.3213
    satlng:
    38.2147
    satalt:
    22817.2486
  14. satid:
    12107
    satname:
    COSMOS 1228
    intDesignator:
    1980-102A
    launchDate:
    1980-12-23
    satlat:
    67.8316
    satlng:
    5.52
    satalt:
    1474.7839
  15. satid:
    12647
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077EA
    launchDate:
    1976-07-29
    satlat:
    58.5788
    satlng:
    -1.1438
    satalt:
    1694.3717
  16. satid:
    12940
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-108D
    launchDate:
    1981-10-31
    satlat:
    61.2042
    satlng:
    34.9221
    satalt:
    8024.8711
  17. satid:
    13796
    satname:
    COSMOS 1275 DEB
    intDesignator:
    1981-053GT
    launchDate:
    1981-06-04
    satlat:
    66.5545
    satlng:
    7.1383
    satalt:
    1002.4851
  18. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.8219
    satlng:
    33.0492
    satalt:
    39580.0126
  19. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    61.674
    satlng:
    6.5435
    satalt:
    38668.1329
  20. satid:
    13904
    satname:
    SL-6 DEB
    intDesignator:
    1981-088G
    launchDate:
    1981-09-11
    satlat:
    62.7224
    satlng:
    15.627
    satalt:
    11234.3677
  21. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    70.1659
    satlng:
    -34.6598
    satalt:
    22972.5673
  22. satid:
    14521
    satname:
    COSMOS 1510
    intDesignator:
    1983-115A
    launchDate:
    1983-11-24
    satlat:
    61.1883
    satlng:
    16.2682
    satalt:
    1532.7794
  23. satid:
    15214
    satname:
    MOLNIYA 1-62
    intDesignator:
    1984-089A
    launchDate:
    1984-08-24
    satlat:
    58.8911
    satlng:
    -27.4191
    satalt:
    34089.3371
  24. satid:
    15618
    satname:
    COSMOS 1636
    intDesignator:
    1985-023B
    launchDate:
    1985-03-21
    satlat:
    62.7875
    satlng:
    0.2853
    satalt:
    1500.1093
  25. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    62.3271
    satlng:
    -35.8525
    satalt:
    30741.966
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
4
satcount:
129
above:

25 results

  1. satid:
    746
    satname:
    ELEKTRON 1
    intDesignator:
    1964-006A
    launchDate:
    1964-01-30
    satlat:
    55.6011
    satlng:
    -13.3193
    satalt:
    4518.8428
  2. satid:
    2176
    satname:
    OPS 0082 (TRANSIT 13)
    intDesignator:
    1966-041A
    launchDate:
    1966-05-19
    satlat:
    65.1814
    satlng:
    0.747
    satalt:
    930.2233
  3. satid:
    4841
    satname:
    DELTA 1 DEB
    intDesignator:
    1968-055D
    launchDate:
    1968-07-04
    satlat:
    47.777
    satlng:
    10.7934
    satalt:
    5753.9867
  4. satid:
    4992
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025HN
    launchDate:
    1970-04-08
    satlat:
    65.764
    satlng:
    6.9551
    satalt:
    1049.1755
  5. satid:
    6265
    satname:
    COSMOS 530
    intDesignator:
    1972-087C
    launchDate:
    1972-11-01
    satlat:
    65.5033
    satlng:
    10.2841
    satalt:
    1447.0979
  6. satid:
    7477
    satname:
    SL-8 R/B
    intDesignator:
    1974-079B
    launchDate:
    1974-10-18
    satlat:
    61.6068
    satlng:
    0.426
    satalt:
    981.2139
  7. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    55.1631
    satlng:
    1.7382
    satalt:
    27656.0284
  8. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    56.7008
    satlng:
    6.5041
    satalt:
    37424.2809
  9. satid:
    8084
    satname:
    DELTA 1 DEB
    intDesignator:
    1972-058DK
    launchDate:
    1972-07-23
    satlat:
    61.5388
    satlng:
    11.518
    satalt:
    1467.2191
  10. satid:
    8595
    satname:
    THORAD DELTA 1 DEB
    intDesignator:
    1974-089DJ
    launchDate:
    1974-11-15
    satlat:
    64.966
    satlng:
    -5.8915
    satalt:
    1609.4114
  11. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    60.5573
    satlng:
    44.7134
    satalt:
    21807.1198
  12. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    60.8679
    satlng:
    7.2261
    satalt:
    32411.0794
  13. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    49.3213
    satlng:
    38.2147
    satalt:
    22817.2486
  14. satid:
    12107
    satname:
    COSMOS 1228
    intDesignator:
    1980-102A
    launchDate:
    1980-12-23
    satlat:
    67.8316
    satlng:
    5.52
    satalt:
    1474.7839
  15. satid:
    12647
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077EA
    launchDate:
    1976-07-29
    satlat:
    58.5788
    satlng:
    -1.1438
    satalt:
    1694.3717
  16. satid:
    12940
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-108D
    launchDate:
    1981-10-31
    satlat:
    61.2042
    satlng:
    34.9221
    satalt:
    8024.8711
  17. satid:
    13796
    satname:
    COSMOS 1275 DEB
    intDesignator:
    1981-053GT
    launchDate:
    1981-06-04
    satlat:
    66.5545
    satlng:
    7.1383
    satalt:
    1002.4851
  18. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.8219
    satlng:
    33.0492
    satalt:
    39580.0126
  19. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    61.674
    satlng:
    6.5435
    satalt:
    38668.1329
  20. satid:
    13904
    satname:
    SL-6 DEB
    intDesignator:
    1981-088G
    launchDate:
    1981-09-11
    satlat:
    62.7224
    satlng:
    15.627
    satalt:
    11234.3677
  21. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    70.1659
    satlng:
    -34.6598
    satalt:
    22972.5673
  22. satid:
    14521
    satname:
    COSMOS 1510
    intDesignator:
    1983-115A
    launchDate:
    1983-11-24
    satlat:
    61.1883
    satlng:
    16.2682
    satalt:
    1532.7794
  23. satid:
    15214
    satname:
    MOLNIYA 1-62
    intDesignator:
    1984-089A
    launchDate:
    1984-08-24
    satlat:
    58.8911
    satlng:
    -27.4191
    satalt:
    34089.3371
  24. satid:
    15618
    satname:
    COSMOS 1636
    intDesignator:
    1985-023B
    launchDate:
    1985-03-21
    satlat:
    62.7875
    satlng:
    0.2853
    satalt:
    1500.1093
  25. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    62.3271
    satlng:
    -35.8525
    satalt:
    30741.966
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Will you use the result in generated code?

Open the same result as JSON

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the find_satellites_above lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.