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-02T22:02:27Z in 0.933 seconds.

info:
category:
ANY
transactionscount:
8
satcount:
124
above:

25 results

  1. satid:
    1522
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1965-065L
    launchDate:
    1965-08-13
    satlat:
    67.849
    satlng:
    24.8378
    satalt:
    1089.6391
  2. satid:
    2378
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014Y
    launchDate:
    1963-05-09
    satlat:
    76.5273
    satlng:
    40.7416
    satalt:
    3395.7344
  3. satid:
    2403
    satname:
    OPS 0856
    intDesignator:
    1966-077A
    launchDate:
    1966-08-19
    satlat:
    64.6193
    satlng:
    -5.8563
    satalt:
    3691.1242
  4. satid:
    3173
    satname:
    OV1-13
    intDesignator:
    1968-026A
    launchDate:
    1968-04-06
    satlat:
    78.7059
    satlng:
    66.4621
    satalt:
    9112.4962
  5. satid:
    3174
    satname:
    OV1-14
    intDesignator:
    1968-026B
    launchDate:
    1968-04-06
    satlat:
    76.4894
    satlng:
    44.8569
    satalt:
    9814.9248
  6. satid:
    4911
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025FH
    launchDate:
    1970-04-08
    satlat:
    68.9755
    satlng:
    27.6064
    satalt:
    784.6621
  7. satid:
    4989
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025HK
    launchDate:
    1970-04-08
    satlat:
    67.3385
    satlng:
    9.1188
    satalt:
    942.9244
  8. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    52.2913
    satlng:
    15.4214
    satalt:
    29717.5133
  9. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    49.5302
    satlng:
    1.7867
    satalt:
    33801.5033
  10. satid:
    8142
    satname:
    THORAD DELTA 1 DEB
    intDesignator:
    1974-089L
    launchDate:
    1974-11-15
    satlat:
    66.2148
    satlng:
    30.638
    satalt:
    1592.7683
  11. satid:
    8845
    satname:
    METEOR 1-25
    intDesignator:
    1976-043A
    launchDate:
    1976-05-15
    satlat:
    67.7743
    satlng:
    10.0991
    satalt:
    863.7218
  12. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    63.7861
    satlng:
    64.2447
    satalt:
    28106.2737
  13. satid:
    9468
    satname:
    PAGEOS 1 DEB
    intDesignator:
    1966-056AH
    launchDate:
    1966-06-24
    satlat:
    75.944
    satlng:
    -19.4824
    satalt:
    4762.5277
  14. satid:
    10293
    satname:
    SL-8 R/B
    intDesignator:
    1977-079J
    launchDate:
    1977-08-24
    satlat:
    64.4386
    satlng:
    11.1813
    satalt:
    1640.8993
  15. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    63.7907
    satlng:
    11.9651
    satalt:
    36979.0302
  16. satid:
    10949
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-055E
    launchDate:
    1978-06-02
    satlat:
    58.9408
    satlng:
    72.1567
    satalt:
    37242.4883
  17. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    59.511
    satlng:
    41.6312
    satalt:
    30495.1049
  18. satid:
    11130
    satname:
    COSMOS 1053
    intDesignator:
    1978-109C
    launchDate:
    1978-12-05
    satlat:
    72.2054
    satlng:
    20.8557
    satalt:
    1472.3666
  19. satid:
    11134
    satname:
    COSMOS 1057
    intDesignator:
    1978-109G
    launchDate:
    1978-12-05
    satlat:
    73.918
    satlng:
    27.579
    satalt:
    1498.7892
  20. satid:
    11417
    satname:
    COSMOS 1109
    intDesignator:
    1979-058A
    launchDate:
    1979-06-27
    satlat:
    67.8234
    satlng:
    -34.3217
    satalt:
    16475.6081
  21. satid:
    12933
    satname:
    COSMOS 1317
    intDesignator:
    1981-108A
    launchDate:
    1981-10-31
    satlat:
    69.2074
    satlng:
    -53.0134
    satalt:
    26180.4714
  22. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.6327
    satlng:
    32.8184
    satalt:
    39389.8479
  23. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    58.2147
    satlng:
    5.9097
    satalt:
    36466.8317
  24. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    56.478
    satlng:
    -14.5547
    satalt:
    28767.2976
  25. satid:
    15227
    satname:
    TITAN 34B R/B
    intDesignator:
    1984-091B
    launchDate:
    1984-08-28
    satlat:
    62.114
    satlng:
    66.624
    satalt:
    37452.1083
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
8
satcount:
124
above:

25 results

  1. satid:
    1522
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1965-065L
    launchDate:
    1965-08-13
    satlat:
    67.849
    satlng:
    24.8378
    satalt:
    1089.6391
  2. satid:
    2378
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014Y
    launchDate:
    1963-05-09
    satlat:
    76.5273
    satlng:
    40.7416
    satalt:
    3395.7344
  3. satid:
    2403
    satname:
    OPS 0856
    intDesignator:
    1966-077A
    launchDate:
    1966-08-19
    satlat:
    64.6193
    satlng:
    -5.8563
    satalt:
    3691.1242
  4. satid:
    3173
    satname:
    OV1-13
    intDesignator:
    1968-026A
    launchDate:
    1968-04-06
    satlat:
    78.7059
    satlng:
    66.4621
    satalt:
    9112.4962
  5. satid:
    3174
    satname:
    OV1-14
    intDesignator:
    1968-026B
    launchDate:
    1968-04-06
    satlat:
    76.4894
    satlng:
    44.8569
    satalt:
    9814.9248
  6. satid:
    4911
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025FH
    launchDate:
    1970-04-08
    satlat:
    68.9755
    satlng:
    27.6064
    satalt:
    784.6621
  7. satid:
    4989
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025HK
    launchDate:
    1970-04-08
    satlat:
    67.3385
    satlng:
    9.1188
    satalt:
    942.9244
  8. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    52.2913
    satlng:
    15.4214
    satalt:
    29717.5133
  9. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    49.5302
    satlng:
    1.7867
    satalt:
    33801.5033
  10. satid:
    8142
    satname:
    THORAD DELTA 1 DEB
    intDesignator:
    1974-089L
    launchDate:
    1974-11-15
    satlat:
    66.2148
    satlng:
    30.638
    satalt:
    1592.7683
  11. satid:
    8845
    satname:
    METEOR 1-25
    intDesignator:
    1976-043A
    launchDate:
    1976-05-15
    satlat:
    67.7743
    satlng:
    10.0991
    satalt:
    863.7218
  12. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    63.7861
    satlng:
    64.2447
    satalt:
    28106.2737
  13. satid:
    9468
    satname:
    PAGEOS 1 DEB
    intDesignator:
    1966-056AH
    launchDate:
    1966-06-24
    satlat:
    75.944
    satlng:
    -19.4824
    satalt:
    4762.5277
  14. satid:
    10293
    satname:
    SL-8 R/B
    intDesignator:
    1977-079J
    launchDate:
    1977-08-24
    satlat:
    64.4386
    satlng:
    11.1813
    satalt:
    1640.8993
  15. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    63.7907
    satlng:
    11.9651
    satalt:
    36979.0302
  16. satid:
    10949
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-055E
    launchDate:
    1978-06-02
    satlat:
    58.9408
    satlng:
    72.1567
    satalt:
    37242.4883
  17. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    59.511
    satlng:
    41.6312
    satalt:
    30495.1049
  18. satid:
    11130
    satname:
    COSMOS 1053
    intDesignator:
    1978-109C
    launchDate:
    1978-12-05
    satlat:
    72.2054
    satlng:
    20.8557
    satalt:
    1472.3666
  19. satid:
    11134
    satname:
    COSMOS 1057
    intDesignator:
    1978-109G
    launchDate:
    1978-12-05
    satlat:
    73.918
    satlng:
    27.579
    satalt:
    1498.7892
  20. satid:
    11417
    satname:
    COSMOS 1109
    intDesignator:
    1979-058A
    launchDate:
    1979-06-27
    satlat:
    67.8234
    satlng:
    -34.3217
    satalt:
    16475.6081
  21. satid:
    12933
    satname:
    COSMOS 1317
    intDesignator:
    1981-108A
    launchDate:
    1981-10-31
    satlat:
    69.2074
    satlng:
    -53.0134
    satalt:
    26180.4714
  22. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.6327
    satlng:
    32.8184
    satalt:
    39389.8479
  23. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    58.2147
    satlng:
    5.9097
    satalt:
    36466.8317
  24. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    56.478
    satlng:
    -14.5547
    satalt:
    28767.2976
  25. satid:
    15227
    satname:
    TITAN 34B R/B
    intDesignator:
    1984-091B
    launchDate:
    1984-08-28
    satlat:
    62.114
    satlng:
    66.624
    satalt:
    37452.1083
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.