find_satellites_above

List satellites above an observer within an angular search radius.

Signature: find_satellites_above(observer_lat: decimal number, decimal degrees (WGS84), required; observer_lon: decimal number, decimal degrees (WGS84), required; observer_alt_m: decimal number, metres, optional, default 0; radius_deg: integer, degrees, optional, default 30; category_id: integer, optional, default 0; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

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. Unit: decimal degrees (WGS84).
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
observer_alt_moptionalnumberObserver altitude above sea level in metres. Unit: metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees. Unit: 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": "...", "feedback": "..."}
}
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. Unit: decimal degrees (WGS84).
Type: decimal number. Observer longitude in WGS84 decimal degrees. Unit: decimal degrees (WGS84).
Type: decimal number. Observer altitude above sea level in metres. Unit: metres.
Type: integer. Search radius from 0 to 90 degrees. Unit: degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-09-26T17:02:15Z in 0.708 seconds.

info:
category:
ANY
transactionscount:
89
satcount:
114
above:

25 results

  1. satid:
    273
    satname:
    MIDAS 5 DEB
    intDesignator:
    1962-010C
    launchDate:
    1962-04-09
    satlat:
    69.3825
    satlng:
    29.9627
    satalt:
    2806.4721
  2. satid:
    979
    satname:
    DELTA 1 R/B
    intDesignator:
    1965-004B
    launchDate:
    1965-01-22
    satlat:
    71.8667
    satlng:
    16.4566
    satalt:
    1173.3368
  3. satid:
    1806
    satname:
    EXPLORER 31 (ISIS-X)
    intDesignator:
    1965-098B
    launchDate:
    1965-11-29
    satlat:
    68.062
    satlng:
    31.4727
    satalt:
    2367.6155
  4. satid:
    2365
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014Q
    launchDate:
    1963-05-09
    satlat:
    70.0327
    satlng:
    -0.024
    satalt:
    3455.7631
  5. satid:
    2411
    satname:
    SECOR 7 (EGRS 7)
    intDesignator:
    1966-077B
    launchDate:
    1966-08-19
    satlat:
    61.5958
    satlng:
    16.9551
    satalt:
    3701.4719
  6. satid:
    4683
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025BG
    launchDate:
    1970-04-08
    satlat:
    65.8432
    satlng:
    27.9037
    satalt:
    1212.6429
  7. satid:
    4744
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025CT
    launchDate:
    1970-04-08
    satlat:
    67.977
    satlng:
    19.7647
    satalt:
    1056.8448
  8. satid:
    7373
    satname:
    SL-6 R/B(2)
    intDesignator:
    1974-026E
    launchDate:
    1974-04-26
    satlat:
    55.4849
    satlng:
    64.7196
    satalt:
    31571.9122
  9. satid:
    7436
    satname:
    COSMOS 678
    intDesignator:
    1974-072B
    launchDate:
    1974-09-19
    satlat:
    72.3012
    satlng:
    22.3471
    satalt:
    1535.5957
  10. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    59.1532
    satlng:
    -2.5923
    satalt:
    38167.84
  11. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    63.4639
    satlng:
    80.7363
    satalt:
    28781.7365
  12. satid:
    10155
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-054D
    launchDate:
    1977-06-24
    satlat:
    55.9392
    satlng:
    -24.4278
    satalt:
    24341.3892
  13. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    62.8648
    satlng:
    50.5619
    satalt:
    38871.452
  14. satid:
    10869
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077CX
    launchDate:
    1976-07-29
    satlat:
    76.0411
    satlng:
    23.0924
    satalt:
    1518.5596
  15. satid:
    11057
    satname:
    MOLNIYA 3-10
    intDesignator:
    1978-095A
    launchDate:
    1978-10-13
    satlat:
    57.2126
    satlng:
    2.6712
    satalt:
    8972.4057
  16. satid:
    12446
    satname:
    TITAN 34B R/B
    intDesignator:
    1981-038B
    launchDate:
    1981-04-24
    satlat:
    62.5622
    satlng:
    70.6601
    satalt:
    16032.1031
  17. satid:
    12714
    satname:
    COSMOS 1275 DEB
    intDesignator:
    1981-053BJ
    launchDate:
    1981-06-04
    satlat:
    69.7894
    satlng:
    22.6459
    satalt:
    1130.6632
  18. satid:
    13124
    satname:
    COSMOS 1348
    intDesignator:
    1982-029A
    launchDate:
    1982-04-07
    satlat:
    49.4009
    satlng:
    38.287
    satalt:
    30387.0463
  19. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.6579
    satlng:
    26.0081
    satalt:
    39225.0409
  20. satid:
    13897
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-019D
    launchDate:
    1983-03-16
    satlat:
    60.6923
    satlng:
    -4.1143
    satalt:
    34367.8911
  21. satid:
    14191
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-070D
    launchDate:
    1983-07-08
    satlat:
    68.0384
    satlng:
    49.358
    satalt:
    32677.3356
  22. satid:
    14192
    satname:
    COSMOS 1481 DEB
    intDesignator:
    1983-070E
    launchDate:
    1983-07-08
    satlat:
    64.4768
    satlng:
    17.7635
    satalt:
    31285.1598
  23. satid:
    14894
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-033D
    launchDate:
    1984-04-04
    satlat:
    60.926
    satlng:
    55.8367
    satalt:
    28198.5264
  24. satid:
    15227
    satname:
    TITAN 34B R/B
    intDesignator:
    1984-091B
    launchDate:
    1984-08-28
    satlat:
    62.9501
    satlng:
    70.3787
    satalt:
    38048.7672
  25. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    52.8563
    satlng:
    6.7892
    satalt:
    19932.4296
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
89
satcount:
114
above:

25 results

  1. satid:
    273
    satname:
    MIDAS 5 DEB
    intDesignator:
    1962-010C
    launchDate:
    1962-04-09
    satlat:
    69.3825
    satlng:
    29.9627
    satalt:
    2806.4721
  2. satid:
    979
    satname:
    DELTA 1 R/B
    intDesignator:
    1965-004B
    launchDate:
    1965-01-22
    satlat:
    71.8667
    satlng:
    16.4566
    satalt:
    1173.3368
  3. satid:
    1806
    satname:
    EXPLORER 31 (ISIS-X)
    intDesignator:
    1965-098B
    launchDate:
    1965-11-29
    satlat:
    68.062
    satlng:
    31.4727
    satalt:
    2367.6155
  4. satid:
    2365
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014Q
    launchDate:
    1963-05-09
    satlat:
    70.0327
    satlng:
    -0.024
    satalt:
    3455.7631
  5. satid:
    2411
    satname:
    SECOR 7 (EGRS 7)
    intDesignator:
    1966-077B
    launchDate:
    1966-08-19
    satlat:
    61.5958
    satlng:
    16.9551
    satalt:
    3701.4719
  6. satid:
    4683
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025BG
    launchDate:
    1970-04-08
    satlat:
    65.8432
    satlng:
    27.9037
    satalt:
    1212.6429
  7. satid:
    4744
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025CT
    launchDate:
    1970-04-08
    satlat:
    67.977
    satlng:
    19.7647
    satalt:
    1056.8448
  8. satid:
    7373
    satname:
    SL-6 R/B(2)
    intDesignator:
    1974-026E
    launchDate:
    1974-04-26
    satlat:
    55.4849
    satlng:
    64.7196
    satalt:
    31571.9122
  9. satid:
    7436
    satname:
    COSMOS 678
    intDesignator:
    1974-072B
    launchDate:
    1974-09-19
    satlat:
    72.3012
    satlng:
    22.3471
    satalt:
    1535.5957
  10. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    59.1532
    satlng:
    -2.5923
    satalt:
    38167.84
  11. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    63.4639
    satlng:
    80.7363
    satalt:
    28781.7365
  12. satid:
    10155
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-054D
    launchDate:
    1977-06-24
    satlat:
    55.9392
    satlng:
    -24.4278
    satalt:
    24341.3892
  13. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    62.8648
    satlng:
    50.5619
    satalt:
    38871.452
  14. satid:
    10869
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077CX
    launchDate:
    1976-07-29
    satlat:
    76.0411
    satlng:
    23.0924
    satalt:
    1518.5596
  15. satid:
    11057
    satname:
    MOLNIYA 3-10
    intDesignator:
    1978-095A
    launchDate:
    1978-10-13
    satlat:
    57.2126
    satlng:
    2.6712
    satalt:
    8972.4057
  16. satid:
    12446
    satname:
    TITAN 34B R/B
    intDesignator:
    1981-038B
    launchDate:
    1981-04-24
    satlat:
    62.5622
    satlng:
    70.6601
    satalt:
    16032.1031
  17. satid:
    12714
    satname:
    COSMOS 1275 DEB
    intDesignator:
    1981-053BJ
    launchDate:
    1981-06-04
    satlat:
    69.7894
    satlng:
    22.6459
    satalt:
    1130.6632
  18. satid:
    13124
    satname:
    COSMOS 1348
    intDesignator:
    1982-029A
    launchDate:
    1982-04-07
    satlat:
    49.4009
    satlng:
    38.287
    satalt:
    30387.0463
  19. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.6579
    satlng:
    26.0081
    satalt:
    39225.0409
  20. satid:
    13897
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-019D
    launchDate:
    1983-03-16
    satlat:
    60.6923
    satlng:
    -4.1143
    satalt:
    34367.8911
  21. satid:
    14191
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-070D
    launchDate:
    1983-07-08
    satlat:
    68.0384
    satlng:
    49.358
    satalt:
    32677.3356
  22. satid:
    14192
    satname:
    COSMOS 1481 DEB
    intDesignator:
    1983-070E
    launchDate:
    1983-07-08
    satlat:
    64.4768
    satlng:
    17.7635
    satalt:
    31285.1598
  23. satid:
    14894
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-033D
    launchDate:
    1984-04-04
    satlat:
    60.926
    satlng:
    55.8367
    satalt:
    28198.5264
  24. satid:
    15227
    satname:
    TITAN 34B R/B
    intDesignator:
    1984-091B
    launchDate:
    1984-08-28
    satlat:
    62.9501
    satlng:
    70.3787
    satalt:
    38048.7672
  25. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    52.8563
    satlng:
    6.7892
    satalt:
    19932.4296
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

Is data missing or incorrect? Send feedback about this result.

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.